Anton Filatov
Results
2
comments of
Anton Filatov
only if method from UIGestureRecognizerDelegate could work ``` - (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer { //check if it swipe Gr and page swipe and return NO, //else return YES; } ```
hey @Madhav1022 was the issue resolved?