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

Multiple selection #38

Closed leahov closed 9 years ago

leahov commented 9 years ago

Hi! Thank you for an excellent component. Can make multiple selection by using your component?

CooperRS commented 9 years ago

Hi, probably no. I'm using the standard Apple UIPickerView in this control. It lets you one row in multiple components but you cannot select multiple rows in one component.

But you can write yourself a control that lets you do exactly this and use RMActionController to present this control. UIPickerViewController is based on RMActionViewController, too. :)

leahov commented 9 years ago

Thanks. I understood. The issue can be closed.