We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfea38 commit b779e92Copy full SHA for b779e92
1 file changed
Sources/RxDataSources/TableViewSectionedDataSource.swift
@@ -37,8 +37,8 @@ open class TableViewSectionedDataSource<Section: SectionModelType>
37
configureCell: @escaping ConfigureCell,
38
titleForHeaderInSection: @escaping TitleForHeaderInSection = { _, _ in nil },
39
titleForFooterInSection: @escaping TitleForFooterInSection = { _, _ in nil },
40
- canEditRowAtIndexPath: @escaping CanEditRowAtIndexPath = { _, _ in true },
41
- canMoveRowAtIndexPath: @escaping CanMoveRowAtIndexPath = { _, _ in true },
+ canEditRowAtIndexPath: @escaping CanEditRowAtIndexPath = { _, _ in false },
+ canMoveRowAtIndexPath: @escaping CanMoveRowAtIndexPath = { _, _ in false },
42
sectionIndexTitles: @escaping SectionIndexTitles = { _ in nil },
43
sectionForSectionIndexTitle: @escaping SectionForSectionIndexTitle = { _, _, index in index }
44
) {
0 commit comments