Reputation: 7193
How to turn off icon gloss effect in Xcode 5 when using assets. I stuck in icon.
Upvotes: 1
Views: 149
Reputation: 5058
The answer is pretty simple when you use .xcassets (Assets). What you have to do is to select your AppIcon collection and on the right pane (Inspector) select Pre-rendered icon. and that's it.
In the Attribute Inspector, check iOS icon is pre-rendered
Upvotes: 1