RAReorderableLayout
RAReorderableLayout copied to clipboard
A UICollectionView layout whitch can move item with drag and drop.
swift5.0 support
This PR fixes these kinds of errors when migrating to Swift 4: 
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