App not sized properly iOS 8 iPhone simulator

前端 未结 1 2018
予麋鹿
予麋鹿 2020-11-29 14:23

I decided to rewrite one of my apps from scratch to clean up the code & perhaps optimize it for iOS 8, but when I run the new version in the iPhone simulator the resolut

相关标签:
1条回答
  • 2020-11-29 14:50

    You need to include Launch Images for all the resolutions you want to support. Default is only 640 x 960. If you include an image with the resolution of 640 x 1136 as a launch image you will support iPhone5. For iPhone6 and 6Plus include launch images in the correct size. See https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html

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