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

Separate extension points for accessing currentView while dragging #85

Open mkoppanen opened 9 years ago

mkoppanen commented 9 years ago

The logic behind this change is that I have "Trash Can" where user can drag the view cell. When the cell is "let go" on top of the trashcan I want to animate the cell to disappear without it "flying" back to the collection view.