Earlier this year I mentioned an open source component supporting drag and drop reordering that automatically resized based on the swapped views and a framework for adding drag and drop functionality to UIViews with support for data passing.
Here’s an open source UI component providing an easy-to-implement Swift based grid view with support for drag and drop re-ordering called ReorderableGridView from Cem Oclay.
ReordorablegridView supports views of the same width, but the views can be of differing heights, and you can add/remove views. ReordorablegridView is based on UIScrollView rather than UICollectionView.
Here’s an animation from the readme showing off the drag/drop and add/remove functionality:
You can find Reordorable on Github here.
A nice open source component for easily creating reorderable grid views.
Original article: iOS Component For Drag And Drop Reordorable Views With Support For Adding/Deleting Views
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.
