Iphone6 iphone6 plus magnification display mode high resolution mode problem

Source: Internet
Author: User

It is divided into compatibility mode and high resolution mode.

Compatibility mode

When your app does not provide 3x launchimage, the system enters compatibility mode by default, the big screen is rendered in 320 width, the screen width returns 320, and then the scale is stretched to a large screen. In this case, the interface will not have any effect, equal to the small screen fully stretched. But it is recommended not to be in this mode for a long time, otherwise the large screen will appear large, less content, vulnerable to user complaints.

High resolution Mode

When your app provides 3x launchimage, the system goes into high-resolution mode, the screen width returns to the actual width, and is rendered according to the actual screen width. The change in your interface depends on the actual wording.

  1. With AutoLayout: The width of the screen changes, and the controls change according to the constraints.
  2. Use Xib without AutoLayout: Depending on the settings of the Autoresizingmask, each control may or may not be stretched or changed.
  3. Plain code layout: Depending on the code's specific wording.

Iphone6 iphone6 plus magnification display mode high resolution mode problem

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.