I\'m trying to modify an app to work with the new iPhone 5, 4\" screen. I\'ve added the new launch image, \"Default-568h@2x.png\". After that everything seemed good. Middle
My Project wasn't using MainWindow.xib. I added the following to viewDidLoad in View Controllers of all the screens:
viewDidLoad
self.view.frame = [UIScreen mainScreen].bounds;