LXReorderableCollectionViewFlowLayout icon indicating copy to clipboard operation
LXReorderableCollectionViewFlowLayout copied to clipboard

Collection View Delegate Call

Open japr opened this issue 10 years ago • 0 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?

japr avatar Feb 13 '15 18:02 japr