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.
Asked
Active
Viewed 508 times
-1
-
1I am pretty sure this question has been asked to death here. – BoltClock Jul 13 '11 at 23:24
-
For example here http://stackoverflow.com/questions/1003177/how-to-disable-highlighting-of-the-app-icon – wuf810 Jul 13 '11 at 23:39
-
Sometimes you just want to try google. http://www.google.nl/search?hl=nl&q=iphone+app+icon+no+gloss Amongst the results: http://developer.apple.com/library/ios/#DOCUMENTATION/UserExperience/Conceptual/MobileHIG/IconsImages/IconsImages.html – ophychius Jul 14 '11 at 06:43
1 Answers
3
Set UIPrerenderedIcon
to YES
in your Info.plist
file.

Constantino Tsarouhas
- 6,846
- 6
- 43
- 54

Firoze Lafeer
- 17,133
- 4
- 54
- 48