We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c1b09f + 1a1b852 commit 9859151Copy full SHA for 9859151
SlideMenu/Source/SlideNavigationController.m
@@ -660,13 +660,6 @@ - (void)postNotificationWithName:(NSString *)name forMenu:(Menu)menu
660
[[NSNotificationCenter defaultCenter] postNotificationName:name object:nil userInfo:userInfo];
661
}
662
663
-#pragma mark - UIGestureRecognizerDelegate Methods -
664
-
665
-- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer
666
-{
667
- return YES;
668
-}
669
670
#pragma mark - UINavigationControllerDelegate Methods -
671
672
- (void)navigationController:(UINavigationController *)navigationController
0 commit comments