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...
segmentControl.userInteractionEnabled = NO;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With