标签: ios cocoa uisegmentedcontrol
任何人都知道拒绝输入到UISegmentedControl对象的方法吗?
在我的应用程序加载阶段,如果点击UISegmentedControl,应用程序崩溃。
我试过了:
[segmentControl setEnabled:NO];
但这似乎不起作用......
答案 0 :(得分:12)
segmentControl.userInteractionEnabled = NO;