Reputation: 629
Anyone know a way to reject input onto a UISegmentedControl object?
During my application loading phase, if the UISegmentedControl is tapped, the app crashes.
I've tried:
[segmentControl setEnabled:NO];
But that doesn't seem to work...
Upvotes: 4
Views: 1953