摘要:
什么是segmented control? 先上几张图: 这几幅图就是典型的segmented control UI视图, 第一幅是某个游戏程序,红色框出来的就是segmentedcontrol。 后面三幅是我这篇博文做的demo示例。segmented control有如下几个特征:1... 阅读全文
posted @ 2015-10-14 10:45
GX-
阅读(334)
评论(0)
推荐(0)
摘要:
UIslider滑块控件在IOS开发中会常用到,可用于调节音量,字体大小等UI方面的交互,用法总结如下:初始化一个滑块:?1UISlider*slider=[[UISlideralloc]initWithFrame:CGRectMake(0,0,100,100)];设置滑块位置@property(n... 阅读全文
posted @ 2015-10-14 10:19
GX-
阅读(971)
评论(0)
推荐(0)