4.0.0
4.0 is a next major release of DTTableViewManager
. It was rewritten from scratch in Swift 2 and is not backwards-compatible with previous releases.
Read 4.0 Migration guide.
Features
- Improved
ModelTransfer
protocol with associatedModelType
DTTableViewManager
is now a separate object- New events system, that allows reacting to cell selection, cell/header/footer configuration and content updates
- Added support for
UITableViewController
, and any other object, that hasUITableView
- New storage object generic-type getters
- Support for Swift types - classes, structs, enums, tuples.