5

I'm using Xcode 4.6.3 and my storyboard looks like this , Storyboard
When I run the app in any other hardware configuration (All sizes, iPhones and iPads) it works perfectly except the 4-inch retina. It cuts off at the top and at the bottom. Running the app on the simulator
When i press home on the simulator the home-screen and the rest looks normal Home screen
I'm completely baffled by what can cause this and i don't have an actual device with that size to test on.

user1838169
  • 534
  • 1
  • 6
  • 17

1 Answers1

2

Anyone with this problem in xcode 5 (with your Default-568h@2x.png already included) may want to try creating an Asset collection - it fixed it for me (it also fixed a problem I had of icons and launch images not updating in the simulator)!

Michael Platt
  • 516
  • 1
  • 5
  • 13
  • I have those weird black strip on top and bottom, unfortunately I cannot use an Asset collection since I need to have localized images :( – Benjamin Toueg Oct 03 '14 at 14:20