ra1028 / RAReorderableLayout

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use only Pan Gesture ?

minhthuc251 opened this issue · comments

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 ?