RAReorderableLayout icon indicating copy to clipboard operation
RAReorderableLayout copied to clipboard

A UICollectionView layout whitch can move item with drag and drop.

Results 36 RAReorderableLayout issues
Sort by recently updated
recently updated
newest added

This PR fixes these kinds of errors when migrating to Swift 4: ![image](https://user-images.githubusercontent.com/1154229/36748369-46d53226-1bbd-11e8-98b3-e4b3ad179f41.png)

I have a collectionView that implements RAReorderableLayout and when I long press a collection item the cells must enter in edit mode and they must look different so that edit...

RAReorderableLayoutDataSource and RAReorderableLayoutDelegate are hidden for Objective-C. need add ``` @objc ``` to protocols

remove: at.item insert: toIndexPath.item

It there an option to add 3D touch feedback on drag and drop?

It takes about 3 seconds to detect long press gesture on iPad, how to improve it?

canMoveToIndexPath has no effect `self.delegate?.collectionView?(self.collectionView!, atIndexPath: atIndexPath!, canMoveToIndexPath: toIndexPath!)` Should return here