Im a newbie in iOS development. Im using FXForm
to create a UITableview
based form. Ive used FXFormFieldOptions
field for multiple selection by setting the FXFormFieldType
to bitfield.
I need the index paths for selected options in the options list.
@{FXFormFieldKey: @"language",
FXFormFieldOptions: @[@"English", @"Spanish", @"French", @"Dutch"],FXFormFieldType:FXFormFieldTypeBitfield},
Could you provide some explanation or help please.