测试已测试 | ✗ |
语言语言 | SwiftSwift |
许可证 | MIT |
发布最新发布 | 2017 年 5 月 |
SwiftSwift 版本 | 3.0 |
SPM支持 SPM | ✗ |
由 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
}