2015年11月14日

UISwitch(开关控件)、UISegmentedControl(分段控件)

摘要: 一、UISwitch1、初始化UISwitch *s1 = [[UISwitch alloc]initWithFrame:CGRectMake(50, 170, 100, 200)];2、设置相关属性s1.onTintColor = [UIColor blueColor];s1.tintColor ... 阅读全文
posted @ 2015-11-14 19:50 子嫣然兮 阅读(423) 评论(0) 推荐(0)