user605957
user605957

Reputation: 2489

iPhone icon without semi circle

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

Answers (2)

Garth Humphreys
Garth Humphreys

Reputation: 823

In IOS 5 it's now called, "Icon already includes gloss effects" then set it to "YES"

Upvotes: 2

Nicolas S
Nicolas S

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

Related Questions