I have been using UIPickerView
, my question is simple, how to disable the view when picker view is showing, so that we can ensure user are not changing anything in view. I have tried with setuserInteractinEnabled
: method but it is disabling picker view too.. Any idea..?
↧
How to disable the view while using UIPickerView
↧