UISegmentedControl 以编程方式更改段数

UISegmentedControl change number of segments programmatically(UISegmentedControl 以编程方式更改段数)

本文介绍了UISegmentedControl 以编程方式更改段数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法以编程方式更改段数?

Is there a way to change the number of segments programmatically?

推荐答案

可以,可以使用

removeSegmentAtIndex:(NSUInteger) animated:(BOOL)

insertSegmentWithTitle:(NSString *) atIndex:(NSUInteger) animated:(BOOL)

这篇关于UISegmentedControl 以编程方式更改段数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本文标题为:UISegmentedControl 以编程方式更改段数

基础教程推荐