App thinks its running on 3.5 inch iPhone when it is on 4 inch

前端 未结 2 889
名媛妹妹
名媛妹妹 2020-12-20 18:58

I am developing app for both 3.5 and 4 inch screens. However, suddenly on the simulator the screen size became 320 * 480 even when I am running 4-inch iPhone simulator.

相关标签:
2条回答
  • 2020-12-20 19:29

    About default applications created in Xcode 6.0, try this:

    Project properties -> App Icons and Launch Images -> Launch Image Source -> Use Asset Catalog -> Images, Migrate

    After this project will be displayed correctly on 4-inch iOS 7 devices.

    0 讨论(0)
  • 2020-12-20 19:36

    Please check that you have Default-h568 file in the project for iPhone 4inches.

    0 讨论(0)
提交回复
热议问题