Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
/ EditableList Public archive

Simple List of UITextField-s based on UITableViewController

License

Notifications You must be signed in to change notification settings

yonat/EditableList

Repository files navigation

EditableListViewController - Simple List of UITextField-s based on UITableViewController

A simple list of text fields, similar to Reminders.app, featuring:

  • Inline editing.
  • Adding a new row by tapping below the last row.
  • Edit mode with list reordering.
  • Supports both plain style and grouped style UITableView.

Usage:

The simplest is to use EditableListViewController as-is:

  • Access list contents using the contents property.
  • Change list appearance by setting standard UITableView properties.
  • Configure cells and text fields in a xib/storyboard.

For further customization, you can subclass it:

  • Respond to content changes by overriding contentsDidChange
  • More customization of the text fields by overriding createTextFieldForCell.
  • Add more section to the table and customize cells by overriding numberOfSectionsInTableView and cellForRowAtIndexPath.

About

Simple List of UITextField-s based on UITableViewController

Resources

License

Stars

Watchers

Forks

Packages

No packages published