iPhone 5 (4") bottom toolbar not responding

前端 未结 5 554
礼貌的吻别
礼貌的吻别 2020-12-03 07:04

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

5条回答
  •  醉梦人生
    2020-12-03 07:47

    My Project wasn't using MainWindow.xib. I added the following to viewDidLoad in View Controllers of all the screens:

    self.view.frame = [UIScreen mainScreen].bounds;
    

提交回复
热议问题