3

Is there a way to get rid of the highlight that is automatically added to the icon when creating an iphone app, or will I have to compensate by hand in PS?

Thanks

  • 4
    possible duplicate of [How to disable highlighting of the app icon?](http://stackoverflow.com/questions/1003177/how-to-disable-highlighting-of-the-app-icon) – Can Berk Güder Oct 11 '10 at 17:15

2 Answers2

9

Set UIPrerenderedIcon to YES in your Info.plist.

For more information see: Information Property List Key Reference: UIKit Keys

Can Berk Güder
  • 109,922
  • 25
  • 130
  • 137
1

You can find it listed as "Icon already includes gloss effects" if you don't want to see the raw values.

Timothy Newton
  • 135
  • 1
  • 7