General API
sergdort opened this issue · 0 comments
sergdort commented
The idea for the public API for the moment is
Form
form.render(in: tableView)
Renderable
a way for users of the library to provide custom components- Custom operator to build a from e.g
let form = Form.empty
|-+ Section()
|--+ Row()
|--+ Row()
|-+ Section()
|--+ Row()
|--+ Row()
from.render(in: tableView)