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

Bugfix: Incorrect begin indexpath #110

Closed AntiMoron closed 7 years ago

AntiMoron commented 7 years ago

Dragging on long press gesture start (while the animation not ended) would cause beginning index path incorrect.

lxcid commented 7 years ago

This LGTM. Thanks.