ra1028 / RAReorderableLayout

A UICollectionView layout whitch can move item with drag and drop.
MIT License
867 stars 140 forks source link

How to use only Pan Gesture ? #23

Open minhthuc251 opened 8 years ago

minhthuc251 commented 8 years ago

When i handle long press , my cell status is change into edit mode . So i don't need handle long press again , i want only handle Pan and move cell because waiting for handle long press is too long to move my cell . Can anyone help me pls ?