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.
QuickTableView uses Semantic Versioning.
Please read the documentation for more information.
What's Included
-  
UITableViewCellsubclasses for common cell types, with built-in Auto Layout support. -  A drop-in replacement for 
UITableViewControllerthat automatically updates constraints based on keyboard appearance. -  A clean, enum-based approach that greatly simplifies 
UITableViewrow and section management. - 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]
License
QuickTableView is available under the Apache 2.0 license. See the LICENSE file for more info.

