When creating an iOS app (Xcode), how can I turn off the automatic icon 'gelling'
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 han开发者_如何学JAVAd in PS?
Thanks
Set UIPrerenderedIcon
to YES
in your Info.plist.
For more information see: Information Property List Key Reference: UIKit Keys
You can find it listed as "Icon already includes gloss effects" if you don't want to see the raw values.
精彩评论