Search code examples
iphoneobjective-cuipicker

How to create multiple value select picker in iOS?


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


Solution

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