DragDropCollectionView icon indicating copy to clipboard operation
DragDropCollectionView copied to clipboard

A UICollectionView which allows for easy drag and drop to reorder cells. Mimicks the drag and drop on the iOS Springboard when reordering apps (wiggle animation included!). AutoScroll included also

Results 4 DragDropCollectionView issues
Sort by recently updated
recently updated
newest added

When moving a cell to a new location you set the alpha to 0 until the cell is dropped. Now when it swapps cells the new cell will become visible...

Hey, thanks for this awesome lib! Can you add a license to this project? Without a license, in principle no one can use this in other projects (open source or...

After dragging a cell, the func collectionView(_ collectionView: UICollectionView, didSelectItemAtIndexPath indexPath: NSIndexPath) get go to next page... At the dragging time how can we stop this .. and for first...

After dragging a cell, the func collectionView(_ collectionView: UICollectionView, didSelectItemAtIndexPath indexPath: NSIndexPath) get triggered.