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

PanGesture will cause crash. #88

Open hymanwang opened 9 years ago

hymanwang commented 9 years ago

When I use this layout to my project, I found when panning a cell on and remove the collection view at same time, an issue in L396 will cause app crash, I think this is an animation bug, we should confirm both animation finished and strongSelf existed. Please confirm this. Best wishes.