Reputation:
When I run my app from Xcode 5.0.2 on an iPhone 5 simulator or device, it runs it at the iPhone 4 height although I already specified 4" screen in Storyboard.
Can't attach an image because of lack of reputation, but there is black space on top and bottom of the app while running.
Upvotes: 2
Views: 496
Reputation: 89509
You need to add a correctly sized (1136x640) splash screen image file, named "[email protected]
".
More info can be found in this related question.
Upvotes: 3
Reputation: 3
When you build your app, on the top left it should say iPhone Retina (3.5-inch). Change it to iPhone Retina (4-inch)
Upvotes: 0