Skip to content

Commit d204bc7

Browse files
committed
Disables can move row at index path by default.
1 parent 86f5b89 commit d204bc7

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
@@ -66,7 +66,7 @@ public class _TableViewSectionedDataSource
6666
}
6767

6868
func _tableView(tableView: UITableView, canMoveRowAtIndexPath indexPath: NSIndexPath) -> Bool {
69-
return true
69+
return false
7070
}
7171

7272
public func tableView(tableView: UITableView, canMoveRowAtIndexPath indexPath: NSIndexPath) -> Bool {

0 commit comments

Comments
 (0)