Hello, thank you for using Dandelion, according to your problem description:
Your App should also have the same problem on iPhone 6.
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.
Solution: Add the 750 size image required for iPhone 6 and 6s.
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
Hello, thank you for using Dandelion, according to your problem description:
Your App should also have the same problem on iPhone 6.
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.
Solution: Add the 750 size image required for iPhone 6 and 6s.
No pictures of 750 added
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
It should still be the time to adapt, but some things are not done well. The poster can take a look here:
http://www.websitepowerups.com/blog/2015/iphone-6-screen-size-web-design-tips/
http://blog.reigndesign.com/blog/preparing-for-the-new-iphone-6-and-iphone-6-plus-screen-sizes/
https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/LaunchImages.html#//apple_ref/doc/uid/TP40006556-CH22-SW1
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
That’s why I didn’t add the complete picture. I encountered it too