TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | May 2016 |
SPMSupports SPM | ✗ |
Maintained by Roman Efimov.
Powerful data driven content manager for UITableView written in Swift.
TableViewDataManager
allows to manage the content of any UITableView
with ease, both forms and lists. TableViewDataManager
is built on top of reusable cells technique and provides APIs for mapping any object class to any custom cell subclass.
The general idea is to allow developers to use their own UITableView
and UITableViewController
instances (and even subclasses), providing a layer that synchronizes data with the cell appereance. It fully implements UITableViewDelegate
and UITableViewDataSource
protocols so you don’t have to.
To run the example project, clone the repo, and run pod install
from the Example directory first.
If you prefer not to use either of the aforementioned dependency managers, you can integrate TableViewDataManager into your project manually.
Roman Efimov
TableViewDataManager is available under the MIT license. See the LICENSE file for more info.