DTTableViewManager v6.2.0 Release Notes

Release Date: 2018-05-03 // almost 6 years ago
  • 💥 Breaking

    • editingStyle(for:_,_:) method was replaced with editingStyle(forItem:_,:_) method, that accepts model and indexPath closure, without cell. Reason for that is that UITableView may call this method when cell is not actually on screen, in which case this event would not fire, and current editingStyle of the cell would be lost.