TableViewContent
Declare tableView row and section header/footer easy way.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
TableViewContent is available through CocoaPods. To install
it, simply add the following line to your Podfile:
Usage
You can declare table view sections and cells as follows:
To handle cell selection, call didSelect
method.
Define class that inherit Row<T: UITableViewCell>
for implementing custom row.
See example code to lean advanced usage.
Author
Akira Matsuda, akira.matsuda@me.com