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

Maybe need optimization #111

Open hzw598 opened 7 years ago

hzw598 commented 7 years ago

When I move the cell up and down a few times, duplicate cell appears and order is not correct! Can you figure it out and fix it?

AntiMoron commented 7 years ago

Maybe you are issuing this: https://github.com/lxcid/LXReorderableCollectionViewFlowLayout/pull/110

Pull the latest code add them to your project manually to check if it helps.