Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Taking the highlight off of Icons

When programming and looking at all different apps I have realized that some apps in the app store don't have the lit highlight on the top, making it look more 3D. I have an app idea but I need to take the highlight off. The app have been programmed in Xcode, so if anyone answers, that would be great. Thanks!

like image 710
iTz Sillohsk8 Avatar asked Aug 01 '09 01:08

iTz Sillohsk8


1 Answers

from http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG/IconsImages/IconsImages.html :

If you choose, you can prevent iPhone OS from adding the shine to your icon. To do this, you need to add the UIPrerenderedIcon key to your application’s Info.plist file (read “The Information Property List” in iPhone Application Programming Guide to learn about this file). Your icon should still measure 57 x 57 pixels, regardless of whether you take advantage of the added shine.

like image 109
squelart Avatar answered Nov 15 '22 08:11

squelart