How to create multiple value select picker in iOS?

Sanchit Paurush picture Sanchit Paurush · May 6, 2013 · Viewed 9.8k times · Source

Can we create a picker to select multiple values? What are the other options to select multiple values from the list?

Answer

Balu picture Balu · May 6, 2013

By default UIPickerView you can't do like this but if we are using UITableview you can do it. ALPickerview.