How to disable highlighting of the app icon?
cocoa-touch, iphone
Solution
The easiest way is to check the Prerendered check box on your target's Summary tab:
Alternatively, set the value of `Icon files (iOS 5) > Primary Icon > Icon already includes gloss effects` to `YES` in your application's Info.plist.
Problem
How can I disable the highlighting that appears on my icon while it's being displayed on the home page of iPhone? Thanks.