7

I recently downloaded xcode 5 and work now for ios 7. How do I add Icon-images to the project now? What is the sizes that I need and do they have to have specific names? I also want to know this things about the launch images. I have searched on google and stuff but I find different answers and I want to know the right answer. I do also wonder if I put this icons in my project for ios 7 does it work for those who have ios 6?

Thanks!

Tarek Hallak
  • 18,422
  • 7
  • 59
  • 68
Cornelia G
  • 163
  • 1
  • 4
  • 12
  • 4
    Start by reading Apples iOS 7 documentation and the [iOS 7 UI Transition Guide](https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/TransitionGuide/index.html#//apple_ref/doc/uid/TP40013174). – rckoenes Sep 25 '13 at 08:29
  • Have you tried to look at Xcode? The dimensions are right there in the ["General" section of your target](http://i.imgur.com/pWxxGEQ.png). – Matthias Bauch Sep 25 '13 at 08:45
  • Check this: http://stackoverflow.com/questions/18780476/ios-7-app-icons-launch-images-and-naming-convention-while-keeping-ios-6-icons/18785001#18785001 – Tarek Hallak Sep 25 '13 at 09:15

1 Answers1

30

Here the guidelines iOS for all icons and the new guidelines for iOS 7 here.

and Here a website to create all size of your icons for iOS 6, 7 and Android with the 1024*1024.

Jordan Montel
  • 8,227
  • 2
  • 35
  • 40