Skip to content

Commit 4072d82

Browse files
committed
Removes redundant canEditRowAtIndexPath.
1 parent 8508464 commit 4072d82

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Example/Example4_DifferentSectionAndItemTypes.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ class MultipleSectionModelViewController: UIViewController {
6161
}
6262
}
6363

64-
dataSource.canEditRowAtIndexPath = { _ in
65-
return false
66-
}
67-
6864
dataSource.titleForHeaderInSection = { dataSource, index in
6965
let section = dataSource.sectionAtIndex(index)
7066

0 commit comments

Comments
 (0)