[iOS] Add item reordering support to GridViewController
This CL adds support (via a gesture recognizer) for long-press-drag movement of grid cells to GridViewController. The cell movement gets the appropriate delegate plumbing so it can be fed back to the mediator. The GridViewController's consumer implementation is tweaked so that cell movement caused by user interaction doesn't trigger a collection view update (since that update has already happened as part of the move). Bug: 804592 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ic8ba431d598dfee39f4a72f36f02a3d9ab52443d Reviewed-on: https://chromium-review.googlesource.com/986379 Commit-Queue: Mark Cogan <marq@chromium.org> Reviewed-by:Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#549556}
Showing
Please register or sign in to comment