Skip to content

Commit 9859151

Browse files
committed
Merge pull request #128 from aryaxt/Develop
Turning shouldRecognizeSimultaneouslyWithGestureRecognizer off
2 parents 3c1b09f + 1a1b852 commit 9859151

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

SlideMenu/Source/SlideNavigationController.m

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -660,13 +660,6 @@ - (void)postNotificationWithName:(NSString *)name forMenu:(Menu)menu
660660
[[NSNotificationCenter defaultCenter] postNotificationName:name object:nil userInfo:userInfo];
661661
}
662662

663-
#pragma mark - UIGestureRecognizerDelegate Methods -
664-
665-
- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer
666-
{
667-
return YES;
668-
}
669-
670663
#pragma mark - UINavigationControllerDelegate Methods -
671664

672665
- (void)navigationController:(UINavigationController *)navigationController

0 commit comments

Comments
 (0)