Possible Duplicate:
How do I support the taller iPhone 5 screen size?
How to make my app 4inch-ready? My app in iOS6GM simulator looks not 4inch-sized.
Is there any option in xcode to use all 4 inches?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Some users have reported that it was fixed after adding the startup image
Default-568h@2x.png(see below).For updating to iPhone5 I did the following:
Autorotation is changing in iOS 6. In iOS 6, the
shouldAutorotateToInterfaceOrientation:method of UIViewController is deprecated. In its place, you should use thesupportedInterfaceOrientationsForWindow:andshouldAutorotatemethods. Thus, I added these new methods (and kept the old for iOS 5 compatibility):iTunes store into PhotoShop and exported them as png files.
640 x 1136 and the screen size 320 x 568.
this new Xcode does not support armv6 code any more. Thus, all
devices that I am able to support now (running armv7) can be upgraded
to iOS 5.
That was all but just remember to test the autorotation in iOS 5 and iOS 6 because of the changes in rotation.