UISwitch - UISlider - UIDatePick - UISegmentedControl - UIPageControl 五合一
内容比较少,用的也比较少,稍微记录一下。都是UIControl的子类,UIControl需要好好研究一下。UISwitch简单示例//写个默认的背景,对比下开关设置的rectUIView*backgroundView=[[UIViewalloc]initWithFrame:CGRectMake(100,200,100,100)];backgroundView.backgroundColor=[UI