DTTableViewManager v4.0.0 Release Notes

  • ๐Ÿš€ 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.