项目作者: lionheart

项目描述 :
UITableView toolset for Swift.
高级语言: Swift
项目地址: git://github.com/lionheart/QuickTableView.git
创建时间: 2016-03-25T16:05:22Z
项目社区:https://github.com/lionheart/QuickTableView

开源协议:Apache License 2.0

下载



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:

  1. pod "QuickTableView"

Author

Dan Loewenherz, dan@lionheartsw.com

License

QuickTableView is available under the Apache 2.0 license. See the LICENSE file for more info.