Jonah
Jonah

Reputation: 4800

How do I create an iPhone application icon without the standard reflective look?

Xcode automatically resizes and applies a glossy look to images added as the application icon. However, I've seen some apps without the glossy finish. How do I disable the glossy icon look? Thanks!

Upvotes: 0

Views: 2241

Answers (2)

Dmitry Khryukin
Dmitry Khryukin

Reputation: 6438

now it should be "Icon already includes gloss effects" (Value = YES) row in your application .plist file

Upvotes: 1

marcc
marcc

Reputation: 12399

add UIPrerenderedIcon (type = Boolean, value = true or checked) to your application .plist file.

Upvotes: 5

Related Questions