FXForms icon indicating copy to clipboard operation
FXForms copied to clipboard

Added support for prototype cells in storyboard

Open ifullgaz opened this issue 10 years ago • 2 comments

Added support for prototype cells in storyboard with a new example StoryboardCellTemplateExample. Usage is simple:

  1. Add a table to the form controller in storyboard and wire it to the tableView outlet
  2. Add prototype cells as required
  3. Assign a unique reuse identifier to each cell
  4. In the form field definition add FXFormFieldCellIdentifier with value the cell identifier

ifullgaz avatar Jul 27 '15 04:07 ifullgaz

Yay!

wm-j-ray avatar Jul 27 '15 19:07 wm-j-ray

@nicklockwood what's your point about prototype cells? will it be supported?

petalvlad avatar Dec 09 '15 05:12 petalvlad