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?

|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Some users have reported that it was fixed after adding the startup image Autorotation is changing in iOS 6. In iOS 6, the
That was all but just remember to test the autorotation in iOS 5 and iOS 6 because of the changes in rotation. |
||||
|
|
|
Before iPhone 5 release, I just use
But now, I would like to use
instead. But I'm not sure whether it is a good solution. As you see, you would dispatch
but failed with a compile error. Though it works well, I think there must be a better workaround. ;) |
|||||
|