Skip to content

Commit 86f5b89

Browse files
committed
Enables row editing by default.
1 parent 8b4f694 commit 86f5b89

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 _tableView(tableView: UITableView, canEditRowAtIndexPath indexPath: NSIndexPath) -> Bool {
61-
return false
61+
return true
6262
}
6363

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

0 commit comments

Comments
 (0)