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.
0
votes
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.