northtree
northtree

Reputation: 9265

How to draw an iOS 7 style app icon?

Since the iOS 7 releases, the app icon has changed from rounded rectangle to super-ellipse.

changes on the rounded corners

My question is how to draw a super-ellipse in the most effective way? Is there any iOS library/project to implement super-ellipse drawing? Here is the formula mentioned by Remy.

formula

Upvotes: 7

Views: 4268

Answers (1)

Jordan Montel
Jordan Montel

Reputation: 8247

You don't need to draw a super-eclipse.

Draw your icon as a square and Apple will do that for you.

You can use this website to create all icons with the good size and good name for iOS 6, 7 and Android.

EDIT :

But, if you want to design your own icon for a button (for example) you can use this template of .psd

Upvotes: 1

Related Questions