When we pass the Application icon files inside CFBundleIconFiles, we get a rounded gloss on upper half of the icon. How can we get rid of it like in icon for "Settings" app.

link|improve this question

79% accept rate
1  
I am pretty sure this question has been asked to death here. – BoltClock Jul 13 '11 at 23:24
For example here stackoverflow.com/questions/1003177/… – wuf810 Jul 13 '11 at 23:39
Sometimes you just want to try google. google.nl/search?hl=nl&q=iphone+app+icon+no+gloss Amongst the results: developer.apple.com/library/ios/#DOCUMENTATION/UserExperience/… – ophychius Jul 14 '11 at 6:43
feedback

1 Answer

up vote 2 down vote accepted

Set UIPrerenderedIcon to YES in your info.plist.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.