DTTableViewManager v5.2.0 Release Notes

  • ๐Ÿ†• New

    • โšก๏ธ Setting TableViewUpdater instance to tableViewUpdater property on DTTableViewManager now triggers didUpdateContent closure on TableViewUpdater.
    • โž• Added sectionIndexTitles event to replace UITableViewDataSource.sectionIndexTitles(for:) method.
    • โž• Added sectionForSectionIndexTitle event to replace UITableViewDataSource.tableView(_:sectionForSectionIndexTitle:at) method.

    ๐Ÿ›  Bugfixes

    • All events that return Optional value now accept nil as a valid event result.
    • didDeselect(_:,_:) method now accepts closure without return type - since UITableViewDelegate does not have return type in that method.