有没有办法以编程方式更改段数?
最佳答案
是的,您可以使用
removeSegmentAtIndex:(NSUInteger) animated:(BOOL)
和
insertSegmentWithTitle:(NSString *) atIndex:(NSUInteger) animated:(BOOL)
关于ios - UISegmentedControl以编程方式更改段数,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/11638861/