摘要: // 创建控件(他同样是透明的) UISegmentedControl *seg = [[UISegmentedControl alloc] initWithItems:@[@"1",@"1",@"1",@"1"]]; //typedef NS_ENUM(NSInteger, UISegmentedControlStyle) { // UISegmente... 阅读全文
posted @ 2016-03-16 22:13 人生路1/5 阅读(797) 评论(0) 推荐(0)
摘要: 初始化 // 能够定义的button类型有以下6种,// typedef enum {// UIButtonTypeCustom = 0, 自定义风格// UIButtonTypeRoundedRect, 圆角矩形 // UIButtonTypeDetailDisclosure, 蓝色小箭头按钮,主 阅读全文
posted @ 2016-03-16 20:40 人生路1/5 阅读(214) 评论(0) 推荐(0)