CocoaPods trunk is moving to be read-only. Read more on the blog, there are 6 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | May 2017 |
| SwiftSwift Version | 3.0 |
| SPMSupports SPM | ✗ |
Maintained by Ayman Rawashdeh.
let form = AYForm(numberOfSections: 4)
form.addFields(cellIdentifier: "FieldTableViewCell", forSection: 0, outputs: ("titleField", "title"), ("subTitleField", "subTitle"))
func form(_ tableView: UITableView, cellForRowAt indexPath: IndexPath, label: String, cell: UITableViewCell, field: Any, output: Output) {
}
func form(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? {
return nil
}
func form(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
return nil
}