neoneye/SwiftyFORM

Select and Return multiple from options

JerwinPRO opened this issue · 1 comments

How to implement the multiple selected from options?

Currently there are no way to deal with multiple selected options. If it's not in the example project, then it's not there.

I appreciate PR very much.

One way to do it could be to create a viewcontroller for the multi-option picker page (without using SwiftyFORM for this page).

When it works then recreate using SwiftyFORM. It may be necessary with a custom cell for indicating wether the row is selected or not.