I want to implement a custom drop down menu which will allow user to change views in iOS application quickly. I decided to use UIPickerView for this purpose. But I didn’t find any tutorials on how to change views via a UIPickerView so I need some help with this and advice. Code samples will be very helpful.
I want to implement a custom drop down menu which will allow user to
Share
The below method is the
UIPickerviewdelegate method for row selection.