RAReorderableLayout
RAReorderableLayout copied to clipboard
canMoveToIndexPath returns false but item is still moved.
canMoveToIndexPath has no effect
self.delegate?.collectionView?(self.collectionView!, atIndexPath: atIndexPath!, canMoveToIndexPath: toIndexPath!)
Should return here
I fixed it.
If this is fixed, the issue should be closed.