Reputation: 1371
My ios app does not fit on iphone 5 screen. When I run the app, I can see blank space at the top and bottom of the screen. I have made the app compatible for both iphone sizes. But Since I have updated to the latest xcode, I am facing this issue. See screen shot. Can any one please help?
Upvotes: 1
Views: 2959
Reputation: 1441
On the simulator make sure you have set to iPhone (Retina 4-inch). You can do this by going simulator menu at the top go to Hardware->Device->iPhone (Retina 4-inch) that will change the phone simulator to the iPhone 5 version.
click here for more get information for naming convention of images [here]Naming convention for iPhone 5 images? [here]
Upvotes: 1
Reputation: 49
Try setting AutoresizingMask to your container views instead of assigning appFrame. I have faced the same problem while moving to iOS 7. Solution comes with AutoresizingMask. iOS 7 has full Screen layout for ViewControllers.
Upvotes: 0