0
votes

I am trying to use icons for my tab bar from icons8.com, but when I download it, the icon seems extremely pixelated. What's the correct way of downloading and using the icons for your iOS mobile app? With all the clarity and sharpness as shown on the website. I am using Xcode 6, objective-c.

2

2 Answers

1
votes

1 - The icon should have the same dimensions as your image (You can find guidelines of the recomended sizes here:iOS Human Interface Guidelines)

2- You should have one icon for each screen density with the right dimensions: icon.png with thesame sizethatyou choose in 1, [email protected] with twice that size and [email protected] tree times that size.

0
votes

You can download icons up to 100x100 px for free on Icons8. For 25x25, download 25x25, 50x50, and 75x75. Add them all to Xcode.

If you're a paid user, you can use a single PDF version; Xcode generates all PNGs on compilation then.