vote up 3 vote down star
2

Hi,

How can I disable the highlighting that appears on my icon while it's being displayed on the home page of iPhone?

Thanks.

flag

4 Answers

vote up 7 vote down check

Add a value called UIPrerenderedIcon to your app's info.plist, make it a boolean and set it to true.

Screenshot of info.plist

link|flag
vote up 8 vote down

From the iPhone HIG:

Note: 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 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.

link|flag
vote up 3 vote down

UIPrerenderedIcon is the setting that you want to set.

Actually, it is probably a good idea to read through all of the Info.plist options you can set. It may save you from trying to replicate some functionality that is provided by default.

link|flag
vote up 1 vote down

Open your Info.plist file, can also be named ProjectName-Info.plist, and add a new line. The Key-column is a drop down list, click it and scroll through a quite large set of keys in human readable form that are possible to set.

The one you are looking for is called "Icon already includes gloss and bevel effects", that is the human readable form. Writing UIPrerenderedIcon, also works.

Adding this flag will also disable the automatic addition of gloss and bevel in Tunes Store, and on the App Store.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.