QuickTableView 4.0.0

QuickTableView 4.0.0

TestsTested
LangLanguage SwiftSwift
License Apache-2.0
ReleasedLast Release Sep 2020
SPMSupports SPM

Maintained by Dan Loewenherz.



CI Status Version License Platform

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

  • 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!

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.