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

Collection View Delegate Call #82

Open japr opened 9 years ago

japr commented 9 years ago

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?