3lvis / Form

The most flexible and powerful way to build a form on iOS
http://hyper.no
Other
1.64k stars 145 forks source link

Support multi_select! #594

Closed chy89310 closed 6 years ago

chy89310 commented 6 years ago
  1. Add FORMFieldTypeMultiSelect using FORMSelectFieldCell.
  2. Use NSArray to initialise and retrieve multiple select values.
  3. Support multiple select in FORMFieldValuesTableViewController.
  4. Support validations.
  5. Support targets.

Thanks for Marcus who originally come up with this solution!

aug-06-2018 12-51-20

3lvis commented 6 years ago

yolo merge :)

Thanks for this!