How can I set high qualitiy TabBarIcons so it will look nice on the new iPhone 4?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Add a new png resource at the new resolution and append @2x to the filename. If you are using IB then it should be picked up automatically. If you are using -imageNamed: then don’t include the .png extension on the image name.
For example: “TabBarIcon.png” would have a “TabBarIcon@2x.png” file that is at double resolution, and will be loaded by UIKit automatically on the iPhone 4.
see Here for more information.