我使用3按钮UIS分段控件进行选择选择.我还有一个保存按钮来检索所选择的控件.
当点击保存按钮时,我需要清除UISegmentedcontrol(即,未选择的上一个选定按钮).我不是寻找setMomentary,因为我想要选择坚持,但也可以在以后取消选择.
解决方法
myUISegmentedControl.selectedSegmentIndex = -1; //turn off the current selection
当点击保存按钮时,我需要清除UISegmentedcontrol(即,未选择的上一个选定按钮).我不是寻找setMomentary,因为我想要选择坚持,但也可以在以后取消选择.
myUISegmentedControl.selectedSegmentIndex = -1; //turn off the current selection