Dr.Kameleon
Dr.Kameleon

Reputation: 22820

Icons needed for iOS application

Could you please point me to a complete list of ALL the different icons (dimensions + name) needed for an iOS (iPhone/iPad) application? (retina or non-retina display)

e.g.

[email protected], etc

I've been looking for a solid reference for that (even on SO), and I'm still not sure...

Any help will be greatly appreciated.

Upvotes: 3

Views: 1602

Answers (3)

Henrik Erlandsson
Henrik Erlandsson

Reputation: 3830

Here are the names and sizes of iOS icons:

http://developer.apple.com/library/ios/#qa/qa1686/_index.html

And here are the names and sizes of other images, such as iPad 3 retina launch image:

http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/IconsImages/IconsImages.html

App Icons in the Programming Guide:

http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/App-RelatedResources/App-RelatedResources.html%23//apple_ref/doc/uid/TP40007072-CH6-SW1

Note that this is correct and complete at the time of writing. But these may change in future! So when this post gets old, check Human Interface Guidelines on developer.apple.com instead.

Upvotes: 1

Nimit Parekh
Nimit Parekh

Reputation: 16864

Following table shows the icon size. enter image description here

enter image description here

Upvotes: 6

Nitish
Nitish

Reputation: 14123

These are what you are looking for:

Mobiledev
Tumblr
Icon handbook

I am sure you'll have a complete answer to your query by following these.

Upvotes: 2

Related Questions