How to turn off icon gloss effect in Xcode 5 when using assets. I stuck in icon.
Asked
Active
Viewed 145 times
1
-
chk this answer on http://stackoverflow.com/questions/18187089/how-to-turn-off-icon-gloss-effect-in-xcode-5 – Aman Aggarwal Feb 06 '14 at 10:17
1 Answers
1
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 Project Navigator, Click on project name
- In the App Icons section, press Use Asset Catalog
- Click import
- Click on the small arrow next to the combo box
In the Attribute Inspector, check iOS icon is pre-rendered

John Landheer
- 3,999
- 4
- 29
- 53

Hardik Gajjar
- 5,038
- 8
- 33
- 51