Reputation: 2489
I have an iPhone icon that shows up on the home screen. The icon is looking bad because of the semi circle overlay being added. How can I get rid of this?
Upvotes: 1
Views: 1879
Reputation: 823
In IOS 5 it's now called, "Icon already includes gloss effects" then set it to "YES"
Upvotes: 2
Reputation: 5365
just set this Key in your info.plist:
<key>UIPrerenderedIcon</key>
<true/>
UIPrerenderedIcon
to YES
if you are using newer versions use this:
Icon already includes gloss and bevel effects
to YES
(Just TICK it)
Hope it helps, if you need help comment!
This have been asked many times before, you may want to search here for a more detailed answer.. Here is a good one: How to disable highlighting of the app icon?
Upvotes: 4