QuickTableView

QuickTableView is a toolset to make interacting with UITableView in Swift fast and easy. If you've ever dreaded writing the boilerplate required to make even the simplest tableview, you're going to love it.

What's Included

  • [x] UITableViewCell subclasses for common cell types, with built-in Auto Layout support.
  • [x] A drop-in replacement for UITableViewController that automatically updates constraints based on keyboard appearance.
  • [x] A clean, enum-based approach that greatly simplifies UITableView row and section management.
  • [x] Much, much more!

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

QuickTableView is available through CocoaPods. To install
it, simply add the following line to your Podfile:

pod "QuickTableView"

Author

Dan Loewenherz, [email protected]

GitHub