07 2016 档案

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