Develop common attributes of advanced 03_uiview

Source: Internet
Author: User

Frame : The type is cgrect @ property (nonatomic) cgrect frame. The position and size of the rectangle where the control is located (the coordinate origin is the upper left corner of the parent control) Bounds @ Property (nonatomic) cgrect bounds; position and size of the rectangle ( Use the upper left corner as the coordinate origin So the x and y values of bounds are generally 0) Center @ Property (nonatomic) cgpoint center; point position of the control (starting from the coordinate origin in the upper left corner of the parent Control) Nsuinteger === unsigned long Nsinteger = int   Tag @ Property (nonatomic) nsinteger tag; Control ID \ identifier. The parent control can use tags to find the corresponding child control. Superview @ Property (nonatomic, readonly) uiview * superview; obtain its parent control object subviews @ property (nonatomic, readonly, copy) nsarray * subviews; obtain all your child control objects (the newly added child control will be at the end of the subviews array) Transform: Property (nonatomic) cgaffinetransform transform; Control's deformation attributes (you can set attributes such as rotation angle, proportional scaling, and translation)

Develop common attributes of advanced 03_uiview

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.