TableViewDataManager 0.1.4

TableViewDataManager 0.1.4

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release May 2016
SPMSupports SPM

Maintained by Roman Efimov.



TableViewDataManager

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.

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • iOS 8.0+
  • Swift 2.0+

Installation

Manually

If you prefer not to use either of the aforementioned dependency managers, you can integrate TableViewDataManager into your project manually.

Author

Roman Efimov

License

TableViewDataManager is available under the MIT license. See the LICENSE file for more info.