07 2016 档案
摘要:1 typedef NS_ENUM(NSInteger, UIButtonType) { 2 UIButtonTypeCustom = 0, // 用户自定义类型 3 UIButtonTypeSystem NS_ENUM_AVAILABLE_IOS(7_0), // 系统按钮 iOS7以后圆角按钮被 UIButtonType...
阅读全文
摘要:1 - (void)viewDidLoad { 2 [super viewDidLoad]; 3 4 UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(10, 50, 55, 30)]; 5 label.text = @"用户名";//设置内容 6 label.backgro...
阅读全文

浙公网安备 33010602011771号