From 1a1b8523ecb5d9e3ffa5ab07fb09eaeebc3bd5bd Mon Sep 17 00:00:00 2001 From: Aryan Ghassemi Date: Wed, 11 Mar 2015 21:32:56 -0700 Subject: [PATCH] Turning shouldRecognizeSimultaneouslyWithGestureRecognizer off it's causing many issues --- SlideMenu/Source/SlideNavigationController.m | 7 ------- 1 file changed, 7 deletions(-) diff --git a/SlideMenu/Source/SlideNavigationController.m b/SlideMenu/Source/SlideNavigationController.m index bc5cad7..2785286 100644 --- a/SlideMenu/Source/SlideNavigationController.m +++ b/SlideMenu/Source/SlideNavigationController.m @@ -660,13 +660,6 @@ static SlideNavigationController *singletonInstance; [[NSNotificationCenter defaultCenter] postNotificationName:name object:nil userInfo:userInfo]; } -#pragma mark - UIGestureRecognizerDelegate Methods - - -- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer -{ - return YES; -} - #pragma mark - UINavigationControllerDelegate Methods - - (void)navigationController:(UINavigationController *)navigationController