There was an error while loading. Please reload this page.
1 parent 2786733 commit eb2de83Copy full SHA for eb2de83
SlideMenu/Source/SlideNavigationController.m
@@ -658,6 +658,13 @@ - (void)postNotificationWithName:(NSString *)name forMenu:(Menu)menu
658
[[NSNotificationCenter defaultCenter] postNotificationName:name object:nil userInfo:userInfo];
659
}
660
661
+#pragma mark - UIGestureRecognizerDelegate Methods -
662
+
663
+- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer
664
+{
665
+return YES;
666
+}
667
668
#pragma mark - UINavigationControllerDelegate Methods -
669
670
- (void)navigationController:(UINavigationController *)navigationController
0 commit comments