David Ridner
Results
1
comments of
David Ridner
This is a bit old, but in order to fix this issue, in the GMGridView.m, add the UIGestureDetectorDelegate method '(BOOL)gestureRecognizer:shouldReceiveTouch:' ``` Objective-C -(BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceiveTouch:(UITouch *)touch { if([touch.view isKindOfClass:[UIControl class]])...