摘要: //创建segmentControl 分段控件 UISegmentedControl *segC = [[UISegmentedControl alloc]initWithFrame:CGRectMake(50, 100, 200, 30)]; //添加小按钮 [segC insertSegment 阅读全文
posted @ 2016-10-12 14:26 孙富有(iOS工程师) 阅读(1903) 评论(0) 推荐(0)