lxcid/LXReorderableCollectionViewFlowLayout

Collection View Delegate Call

japr opened this issue · 0 comments

japr commented

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?