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

Fixed contentinsets for handlepangesture #75

Open tritter opened 9 years ago

tritter commented 9 years ago

If you have content insets on your collection view and you dragged a cell out of its insets it scrolled the collection view out of sight. And your cell disappears... This fix invalidates the scroll timer before its out of its bounds+insets.