Skip to content

6.2.0

Compare
Choose a tag to compare
@DenTelezhkin DenTelezhkin released this 03 May 12:03
· 204 commits to main since this release

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.