(89) using AutoLayout to animate and label automatically adjusts to content

Source: Internet
Author: User

"AutoLayout Animation"

For storyboard Each constraint, you can create a connection to the code by dragging the line like a control.

A constraint is an object through which the constant property of the object can modify the number of points of the constraint.

After the modification, the animation effect can be achieved by invoking the [Self.view layoutifneeded] method within the block of the UIView's Animatewithduration:: Method, which adjusts all the child views when the layoutifneeded is called.

Self.redViewtopConstraint.constant + = 100; [UIView animatewithduration:0.5 animations:^{    [Self.view layoutifneeded];//Let all subclass constraints perform animation}];

"Label Auto Adjust"

The width of the label is determined by the content, so you only need to add the X, y constraints.

Once the correct constraints are added, the label automatically adjusts the dimensions to the content, eliminating the need to calculate

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

(89) using AutoLayout to animate and label automatically adjusts to content

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.