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

cellForItemAtIndexPath returns nil on LXReorderableCollectionViewDelegateFlowLayout #69

Open yoobato opened 10 years ago

yoobato commented 10 years ago

Hi. I'm using your library through pods.

I have a problem. I have to catch the cell that is on dragging states.

In these delegates,

[collectionView cellForItemAtIndexPath:indexPath] returns nil.

This problem occurs your sample demo projects too. Please check this issues. Thanks.

yakubbaev commented 10 years ago

+1