Skip to content

4.0.0

Compare
Choose a tag to compare
@DenTelezhkin DenTelezhkin released this 13 Sep 15:42

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.

Blog post

Features

  • Improved ModelTransfer protocol with associated ModelType
  • 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 has UITableView
  • New storage object generic-type getters
  • Support for Swift types - classes, structs, enums, tuples.