Li dongqiang-write view with code and view with Li dongqiang code

Source: Internet
Author: User

Li dongqiang-write view with code and view with Li dongqiang code

Main Code

//

// ViewController. m

// Create view-709

//

// Created by apple on 14-7-9.

// Copyright (c) 2014 Camp David education. All rights reserved.

//

 

# Import "ViewController. h"

 

@ Interface ViewController ()

 

@ End

 

@ Implementation ViewController

-(Void) viewDidLoad {

[Super viewDidLoad];

// Do any additional setup after loading the view, typically from a nib.

// CGPoint origin = {0, 0 };

// CGSize size = {50, 50 };

// CGRect rect = {origin, size };

UIView * yellView = [[UIView alloc] init];

YellView. frame = CGRectMake (0, 0,200,200 );

YellView. backgroundColor = [UIColor yellowColor];

[Self. view addSubview: yellView];

UIView * whiteView = [[UIView alloc] init];

WhiteView. frame = CGRectMake (0, 0,100,100 );

WhiteView. backgroundColor = [UIColor grayColor];

[YellView addSubview: whiteView];

UIView * redView = [[UIView alloc] init];

RedView. frame = CGRectMake (100,100,100,100 );

RedView. backgroundColor = [UIColor redColor];

[Self. view addSubview: redView];

}

 

-(Void) didReceiveMemoryWarning {

[Super didReceiveMemoryWarning];

// Dispose of any resources that can be recreated.

}

 

@ End

 




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.