iPhone 5 (4") bottom toolbar not responding

前端 未结 5 555
礼貌的吻别
礼貌的吻别 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:34

    I had the same problem and noticed that my window.frame.size.height was still 480.0.

    Solved this problem by enabling Full Screen at Launch for the MainWindow.xib file:

    Steps:

    1. Open MainWindow.xib
    2. Select the Window element
    3. Open the Attributes Inspector
    4. Under Window section, enable Full Screen at Launch

提交回复
热议问题