vote up 1 vote down star
1

In simulator mode, myapp has an icon with round corners, but on real iPhone, the corners arn't rounded.

flag

0% accept rate

2 Answers

vote up 2 vote down

Hello DFG, by default the iPhone should round your corners and add a reflection effect. Be sure you have not added the UIPrerenderedIcon key to your Info.plist file. Hope this helps!

Adam

link|flag
UIPrerenderedIcon is not in my Info.plist. – DFG Nov 4 '08 at 18:22
Unfortunately I would think that indicates your environment is not working as designed, but someone else here who knows something I don't may be able to provide additional insight. – Adam Alexander Nov 4 '08 at 18:54
vote up 3 vote down

Corners get automatically rounded if you install via MobileInstallation (from iTunes, Xcode or App Store). If you're building the package and installing it into /Applications manually or with cydia/apt, you have to make a rounded icon yourself.

You can find the images used to round the corners and add reflection in /System/Library/Frameworks/UIKit.framework/Other.artwork, the first 3 images are the mask, reflection and shadow. You can extract the .artwork file with this script here

link|flag

Your Answer

Get an OpenID
or

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