Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPad: How to create a different icon for iOS 7?

Tags:

icons

ios7

On iOS 7 for iPhone, there is a new app icon size: 120x120. I use this size to create an iOS 7-specific icon. On iOS 6 it will automatically take the "old" 114x114 icon, and on iOS 7 this new 120x120 image.

I want to do the same for an iPad app. Unfortunately I cannot do the same trick here because the icon dimensions didn't change! It is still 72x72 and 144x144 (Retina).

Does anyone know how I can make the icon look different on both iOS 6 and iOS 7?

like image 931
Tom van Zummeren Avatar asked Jul 04 '13 15:07

Tom van Zummeren


1 Answers

Xcode 5 added asset catalogs (.xcassets) which remove the need to follow naming conventions when adding images to your app.

When the WWDC videos are back up on the developer site, take a look at 400 - Whats new in Xcode 5

like image 63
Rajeev Barnwal Avatar answered Oct 18 '22 09:10

Rajeev Barnwal