DTTableViewManager v1.2.0 Release Notes

  • ๐Ÿ”‹ 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.