I've got a storyboardproject that displays incorrectly on iPhone 5 (see attached file).
I've followed the suggestions in the following guide:
http://jamesdempsey.net/2012/10/02/getting-an-app-ready-for-iphone-5/
For instance, I've added a new default-image (Default-568h@2x.png), and I've set the simulated metrics in the storyboard to "Retina 4 full screen". I've even checked the "Layout : wants full screen" in Attributes > View Controller for the root object (ie the first Tab Bar Controller as show in the image).
All other views in the storyboard have size set to "inferred", but I've also tried setting them all individually to same attributes settings as detailed above.
The only code that I have that resizes or repositions anything is for webviews inside the various views. This should not have an impact on the overall size of the app and the position of either the tabbar (bottom) or the statusbar (top).
In addition, when selecting to view the storyboard with the option "Apply Retina 4 Form Factor" (ie. by pushing the button to the left of the zoom-buttons in the storyboard), all views are resized accordingly.
So why is the app displayed incorrectly in the emulator?
I've followed the suggestions in the following guide:
http://jamesdempsey.net/2012/10/02/getting-an-app-ready-for-iphone-5/
For instance, I've added a new default-image (Default-568h@2x.png), and I've set the simulated metrics in the storyboard to "Retina 4 full screen". I've even checked the "Layout : wants full screen" in Attributes > View Controller for the root object (ie the first Tab Bar Controller as show in the image).
All other views in the storyboard have size set to "inferred", but I've also tried setting them all individually to same attributes settings as detailed above.
The only code that I have that resizes or repositions anything is for webviews inside the various views. This should not have an impact on the overall size of the app and the position of either the tabbar (bottom) or the statusbar (top).
In addition, when selecting to view the storyboard with the option "Apply Retina 4 Form Factor" (ie. by pushing the button to the left of the zoom-buttons in the storyboard), all views are resized accordingly.
So why is the app displayed incorrectly in the emulator?