mateuszSawa

Results 1 comments of mateuszSawa

@denis-obukhov quick fix for it: `class SwipeTableViewDiffableDataSource: TableViewDiffableDataSource { override func tableView(_ tableView: UITableView, canEditRowAt: IndexPath) -> Bool { return true } }`