IOS Advanced 21st Day (0531)

Source: Internet
Author: User
0531-autolayout not only can do the screen adaptation can also do the system adaptation uidynamic do physical animation. The effect can be as follows:

AutoLayout

AutoLayout is an "automatic layout" technique designed to lay out UI interfaces. With AutoLayout, please forget frame

AutoLayout is stronger than autoresizing, both incompatible

2 Core concepts of AutoLayout

  • Reference
  • Constraints
Implementing AUTOLAYOUT-VFL with Code (Visual Format Language)

The following ideas are implemented:

Nslayoutconstraint's explanation:

Add a UIView to the parent control view and use the Nslayoutconstraint reference constraint to implement:

In order to simplify AutoLayout Apple launched the VFL language

VFL Example 1:

Operation Result:

Note: The inside metrics is used for positioning, just as[NSString StringWithFormat(@"%d", 10)]

As shown in the following:

VFL Example 2:

Operation Result:

Effects of AutoLayout on Uilabel, such as:

AutoLayout do animation

Note: layoutIfNeeded the method is used for AutoLayout animation. setNeedsDisplay is the quartz2d brush frames are redrawn DrawInrect: to draw things on the layer layers of the interface view.

IOS Advanced 21st Day (0531)

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.