摘要: 创建Button //创建一个button UIButton * button = [UIButton buttonWithType:UIButtonTypeCustom]; //枚举类型 /* typedef NS_ENUM(NSInteger, UIButtonT... 阅读全文
posted @ 2015-11-18 01:29 GXcoder 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 创建label //创建标签对象 UILabel * label = [[UILabel alloc]initWithFrame:CGRectMake(50, 50, 300, 105)];添加标示 //添加标示 label.tag = 1;设置label文字 //设置... 阅读全文
posted @ 2015-11-18 00:47 GXcoder 阅读(173) 评论(0) 推荐(0) 编辑