Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to draw an iOS 7 style app icon?

Tags:

ios

icons

ios7

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

like image 795
northtree Avatar asked Sep 25 '13 15:09

northtree


1 Answers

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

like image 69
Jordan Montel Avatar answered Oct 13 '22 22:10

Jordan Montel