CooperRS / RMPickerViewController

This is an iOS control for selecting something using UIPickerView in an UIAlertController like manner
MIT License
381 stars 51 forks source link

Selected Index #54

Closed patikzetrixweb1234 closed 7 years ago

patikzetrixweb1234 commented 7 years ago

if i'm select third index after then i'm open pickerview how to get selected index?

CooperRS commented 7 years ago

Hi there!

You can get the selected indices using the property called picker.

Best regards, Roland