All Versions
55
Latest Version
Avg Release Cycle
70 days
Latest Release
1279 days ago

Changelog History
Page 6

  • v2.0.0 Changes

    โšก๏ธ DTTableViewManager 2.0 is a major update to the framework with several API - breaking changes. Please read DTTableViewManager 2.0 transition guide for an overview.

  • v1.3.0 Changes

    ๐Ÿ”‹ Features

    โž• Added support for storyboard prototype cells.

    โœจ Enhancements

    DTTableViewManager renamed to DTTableViewController.

    ๐Ÿ›  Bugfixes

    ๐Ÿ›  Fixed bug, which prevented using correct height values on custom headers and footers.

  • v1.2.1 Changes

    ๐Ÿ”‹ Features

    โž• Added ability to disable logging

    โœจ Enhancements

    ๐Ÿ‘Œ Improved structure of mapping code, now mapping and cell creation happens completely in DTCellFactory class.

  • v1.2.0 Changes

    ๐Ÿ”‹ Features

    ๐Ÿ‘ Introducing support for Foundation data models. Cell, header and footer mapping now supports following classes:

    • NSString / NSMutableString
    • NSNumber
    • NSDictionary / NSMutableDictionary
    • NSArray / NSMutableArray

    ๐Ÿ—„ Deprecations

    • ๐Ÿšš option to not reuse cells is removed. Currently there's no obvious reason to not have cell reuse.
  • v1.1.0 Changes

    ๐Ÿ”‹ Features

    Powerful and easy search within UITableView.

    General changes

    โœ… Tests are now running on Travis-CI

    ๐Ÿ—„ Deprecations

    ๐Ÿšš Ability to create DTTableViewManager as a separate object was removed. If you need to subclass from different UIViewController, consider using iOS Containment API.