Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable highlighting of the app icon?

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

Thanks.

like image 949
Ilya Suzdalnitski Avatar asked Jun 16 '09 18:06

Ilya Suzdalnitski


People also ask

How do I remove highlight icon?

Click on the Desktop tab and the Customize Desktop button on that tab. Click on the Web tab. If you see any Web pages listed in the menu, deselect or delete them, and deselect Lock Desktop Items. This should unhighlight your icons.


2 Answers

The easiest way is to check the Prerendered check box on your target's Summary tab:

Prerendered Icon

Alternatively, set the value of Icon files (iOS 5) > Primary Icon > Icon already includes gloss effects to YES in your application's Info.plist.

Icon already includes gloss effects

like image 149
Will Harris Avatar answered Sep 19 '22 16:09

Will Harris


In new xcode 4 all you need is to add a new entry and search the following in list:

"Icon already includes gloss effects"

Example: enter image description here

Thanks

like image 25
Naveed Rafi Avatar answered Sep 20 '22 16:09

Naveed Rafi