lxcid / LXReorderableCollectionViewFlowLayout

Extends `UICollectionViewFlowLayout` to support reordering of cells. Similar to long press and pan on books in iBook.
http://lxcid.com/
MIT License
1.86k stars 328 forks source link

Long press bug fix #90

Closed gabrielmadruga closed 4 years ago

gabrielmadruga commented 8 years ago

Makes the long press gesture recongnizer begin only if the item can be moved, otherwise the gesture does nothing and cancels the others recognizers, resulting in the cell being deselected after a short time and not recognizing the tap gesture when the user lifts the finger.