TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Mar 2015 |
Maintained by Yonat Sharon.
EditableListViewController - Simple List of UITextField-s based on UITableViewController
A simple list of text fields, similar to Reminders.app, featuring:
Usage:
The simplest is to use EditableListViewController
as-is:
contents
property.For further customization, you can subclass it:
contentsDidChange
createTextFieldForCell
.numberOfSectionsInTableView
and cellForRowAtIndexPath
.