摘要:
1 UIButton *bt = [UIButton buttonWithType:UIButtonTypeContactAdd];// UIButtonTypeCustom, UIButtonTypeRoundedRect; // 2 [bt setTitle:@"myButton" forState:UIControlStateNormal]; // 普通状态 3 [bt setTitle:@"Button1" forState:UIControlStateHighlighted]; // 触摸时 4 [bt setTitle:@"disB 阅读全文
摘要:
UILabel *label = [[UILabel alloc] init]; label.frame = self.view.bounds; // 设置大小 label.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleWidth | UIViewAnimationTransitionNone | UIViewAutoresizingFlexibleHeight | UIViewAnimationTransitionFlipFromLe... 阅读全文