AYForm 0.2.2

AYForm 0.2.2

测试已测试
语言语言 SwiftSwift
许可证 MIT
发布最新发布2017 年 5 月
SwiftSwift 版本3.0
SPM支持 SPM

Ayman Rawashdeh 维护。



AYForm 0.2.2

  • 作者
  • aymanraw

AYForm

使用方法

let form = AYForm(numberOfSections: 4)

form.addFields(cellIdentifier: "FieldTableViewCell", forSection: 0, outputs: ("titleField", "title"), ("subTitleField", "subTitle"))

协议 delegate

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
 }
 

安装