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.
-
UITableViewCell
subclasses for common cell types, with built-in Auto Layout support. - A drop-in replacement for
UITableViewController
that automatically updates constraints based on keyboard appearance. - A clean, enum-based approach that greatly simplifies
UITableView
row and section management. - Much, much more!
To run the example project, clone the repo, and run pod install
from the Example directory first.
QuickTableView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "QuickTableView"
Dan Loewenherz, [email protected]
QuickTableView is available under the Apache 2.0 license. See the LICENSE file for more info.