ExpandingTableView

MIT License
Swift
iOS

1 image

Author

Description

Framework for expanding table view cells.

Custom subclasses of UITableViewController, and UITableViewCell that provide an expanding table view cell implementation using Auto Layout.

To support the behavior, your cells must subclass ExpandingTableViewCell, and define UI elements for its outlets.

Additionally, your table view controller must subclass ExpandingTableViewController, which will handle the initial setup, and the expansion-on-tap behavior.

For a full walkthrough, and an example app, see the GitHub repo.

Tags