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?
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?