FXForms
FXForms copied to clipboard
Added support for prototype cells in storyboard
Added support for prototype cells in storyboard with a new example StoryboardCellTemplateExample. Usage is simple:
- Add a table to the form controller in storyboard and wire it to the tableView outlet
- Add prototype cells as required
- Assign a unique reuse identifier to each cell
- In the form field definition add FXFormFieldCellIdentifier with value the cell identifier
Yay!
@nicklockwood what's your point about prototype cells? will it be supported?