2015年8月14日

UISegmentedControl——分段控件

摘要: 分段控件,提供了一组按钮,但是只能激活一个。通过UIControlEventValueChanged事件实现与用户的交互,并通过selectedSegmentIndex判断当前选定的控件,通过titleForSegmentAtIndex可以获取当前选中控件的标题。 - (void)viewDidLo 阅读全文

posted @ 2015-08-14 11:09 乱七八糟21号 阅读(331) 评论(0) 推荐(0)

导航