Skip to content

Commit 63d0fbf

Browse files
committed
canEditRowAtIndexPath is false by default
1 parent 02d26f9 commit 63d0fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DataSources/TableViewSectionedDataSource.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class _TableViewSectionedDataSource
5858
}
5959

6060
func _rx_tableView(tableView: UITableView, canEditRowAtIndexPath indexPath: NSIndexPath) -> Bool {
61-
return true
61+
return false
6262
}
6363

6464
public func tableView(tableView: UITableView, canEditRowAtIndexPath indexPath: NSIndexPath) -> Bool {

0 commit comments

Comments
 (0)