Skip to content

aymanraw/AYForm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AYForm

How To Use:

let form = AYForm(numberOfSections: 4)

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

Delegates:

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
 }
 

Installation:

Cocoapods

pod 'AYForm'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published