本文介绍了UISegmentedControl 以编程方式更改段数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法以编程方式更改段数?
Is there a way to change the number of segments programmatically?
推荐答案
可以,可以使用
removeSegmentAtIndex:(NSUInteger) animated:(BOOL)
和
insertSegmentWithTitle:(NSString *) atIndex:(NSUInteger) animated:(BOOL)
这篇关于UISegmentedControl 以编程方式更改段数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!