Skip to content

iPhone icon optional reflection/rounding

I got an icon from a client w/ the corners already rounded and reflection added. I knew this was optional on the app store submission, but I wasn’t sure about the device itself. Well,…

iPhone » Icon Rounding and Reflection

The setting for Info.plist is UIPrerenderedIcon – and if you edit the file as ‘Open As… -> Source Code File’ you can add this…

[sourcecode lang=”cpp”]

UIPrerenderedIcon

[/sourcecode]