Skip to content

Commit 903da59

Browse files
committed
Available edit cells in table
1 parent 604ecbf commit 903da59

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Source/SPDiffable/Table/SPTableDiffableDataSource.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ open class SPTableDiffableDataSource: UITableViewDiffableDataSource<SPDiffableSe
5757
}
5858
return nil
5959
}
60+
61+
public override func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool {
62+
return true
63+
}
6064
}
6165

6266
/**

0 commit comments

Comments
 (0)