Open denis-obukhov opened 4 years ago
@denis-obukhov quick fix for it:
class SwipeTableViewDiffableDataSource<SectionIdentifierType: Hashable, ItemIdentifierType: Hashable>: TableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> { override func tableView(_ tableView: UITableView, canEditRowAt: IndexPath) -> Bool { return true } }
Checklist
Expected Behavior
trailingSwipeActionsConfigurationForRowAt is called
Current Behavior
trailingSwipeActionsConfigurationForRowAt not called
Steps to Reproduce
Environments