The new iPhone 5 display has a new aspect ratio and a new resolution (1136 x 640 pixels).
What is required to develop new or transition already existing applications to the new screen size? I have already added the splash screen which works for the 4-inch retina display. But still I am getting the 88 pixel gap in the top and bottom of my application screens.
NOTE: I have enabled AutoLayout. But some of the components in my classes are created by XIB and some of them by writing code in the implementation file.
If I enable Auto layout then how should I resize the objects that are been created programatically Please concentrate on the bold lines and provide a solution to me. My UI is very complex and that's why I am not choosing the two XIB's concept for different screen sizes.