原创 UIImageView

- (void)viewDidLoad {     [super viewDidLoad];     // Do any additional setup after loading the view, typically from a

原创 UISwitch

- (void)viewDidLoad {     [super viewDidLoad];     // Do any additional setup after loading the view, typically from a

原创 UILabel

    UILabel *labTest = [[UILabel alloc] initWithFrame:CGRectMake(10, 10, 100, 30)];     //設置字體大小     labTest.font = [U

原创 UIPageControl

- (void)viewDidLoad {     [super viewDidLoad];     // Do any additional setup after loading the view, typically from a

原创 UISegmentedControl

- (void)viewDidLoad{    [super viewDidLoad];    // Do any additional setup after loading the view, typically from a nib

原创 UIWebView

- (void)viewDidLoad {     [super viewDidLoad];     // Do any additional setup after loading the view, typically from a

原创 UITextField

需要加入UITextFieldDelegate協議 - (void)viewDidLoad {     [super viewDidLoad];     // Do any additional setup after loading t