iOS Intermediate article--autoresizing

Source: Internet
Author: User

?UIView *blueview = [[UIView alloc] init];??? [ Self. View Addsubview:blueview];
??? Blueview.backgroundcolor = [Uicolor Bluecolor];
?????? Blueview.center = self. view.center;??? Blueview.bounds = CGRectMake (0, 0, Max, Max);??? Self. Blueview = Blueview; ???
??? /*
???? Flexible flexibility of,free of
????
???? typedef ns_options (Nsuinteger, uiviewautoresizing) {
???? Uiviewautoresizingnone??????????????? = 0,
???? Uiviewautoresizingflexibleleftmargin? = 1 << 0,
// ? the left is free.,the right side is fixed.(with theStoryboardin the opposite)
???? Uiviewautoresizingflexiblewidth??????? = 1 << 1,
// ? the width is stretchable
????
???? Uiviewautoresizingflexiblerightmargin? = 1 << 2,
//??? right is free.,the left is fixed.(with theStoryboardin the opposite)
???? Uiviewautoresizingflexibletopmargin??? = 1 << 3,
//??? the top is free,the bottom is fixed.(with theStoryboardin the opposite)
???? Uiviewautoresizingflexibleheight????? = 1 << 4,
// ? height is free.(the height is stretchable.)
???? Uiviewautoresizingflexiblebottommargin = 1 << 5
//??? the bottom is free.,the top part is fixed.(with theStoryboardin the opposite)
???? };
????
????
???? */
//? fixed around,Intermediate Flexibility
//??? redview.autoresizingmask? =? uiviewautoresizingflexiblewidth| Uiviewautoresizingflexibleheight;
//? flexible around,Intermediate Fixation
//? multiple through "|" to connect? ? Blueview. Autoresizingmask = uiviewautoresizingflexibleleftmargin| uiviewautoresizingflexibletopmargin| uiviewautoresizingflexiblerightmargin| Uiviewautoresizingflexiblebottommargin;? ?

iOS Intermediate article--autoresizing

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.