I would like to disable the UIPickerView, but setting it to "isEnabled = false" does not work. And no, I don't want to disable the view while using it, but instead not being able to scroll through the view until a certain action is done for it to be re-enabled.
The code I tried here doesn't work (it may not even be swift code): How to disable UIPickerView (Objective-C)?