lxcid / LXReorderableCollectionViewFlowLayout

Extends `UICollectionViewFlowLayout` to support reordering of cells. Similar to long press and pan on books in iBook.

Home Page:http://lxcid.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collection View Delegate Call

japr opened this issue · comments

How can I enable the call to
collectionView: didSelectItemAtIndexPath:
when using the LXReorderableCollectionViewFlowLayout , so far I noticed that the gesture delegate method
gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer:
returns NO when the tap is made. But even after returning YES, the didSelectItemAtIndexPath is not called. Is there a special reason for that to be disabled?