search

Home  >  Q&A  >  body text

xcode - iOS开发真机内测时,LaunchImage添加正常,在iPhone6S上运行时状态栏字体变大是因为什么?

iOS开发蒲公英发布内测Application,LaunchImage添加正常,
在5、5S、6Plus上都正常,
但是在iPhone6S上运行时状态栏字体变大,
这是因为什么?

PHPzPHPz2887 days ago335

reply all(6)I'll reply

  • 高洛峰

    高洛峰2017-04-17 17:30:43

    Hello, thank you for using Dandelion, according to your problem description:

    1. Your App should also have the same problem on iPhone 6.

    2. The reason why the font size of the status bar becomes larger on iPhone 6s is because you did not add the Launch image required by iPhone 6s, so when it is displayed, it automatically enters Scale Mode and uses the Launch Image of iPhone 5s, which is a 4-inch screen.

    3. Solution: Add the 750 size image required for iPhone 6 and 6s.

    reply
    0
  • 黄舟

    黄舟2017-04-17 17:30:43

    No pictures of 750 added

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-17 17:30:43

    There must be something wrong with the Shenma thing that I rely on. Check it carefully and you will definitely find the problem.

    In times like this, the manual is your best friend:

    https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/iPhoneAppProgrammingGuide.pdf

    Be sure not to enter the endless loop of "lucky programming" when encountering this kind of problem

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 17:30:43

    It should still be the time to adapt, but some things are not done well. The poster can take a look here:

    1. http://www.websitepowerups.com/blog/2015/iphone-6-screen-size-web-design-tips/

    2. http://blog.reigndesign.com/blog/preparing-for-the-new-iphone-6-and-iphone-6-plus-screen-sizes/

    3. https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/LaunchImages.html#//apple_ref/doc/uid/TP40006556-CH22-SW1

    reply
    0
  • 高洛峰

    高洛峰2017-04-17 17:30:43

    Download the ipa package of another normal APP
    Copy all the LaunchImages in it and drag it to your project
    Then start it again, it should be a normal status bar
    Then tell your UI that I want all these sizes of launch images

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 17:30:43

    That’s why I didn’t add the complete picture. I encountered it too

    reply
    0
  • Cancelreply