#79 and #90 Allow simultaneous gestures to be detected by the menu

This commit is contained in:
Aryan 2015-01-25 08:50:52 -08:00
parent 2786733c82
commit eb2de83daf
1 changed files with 7 additions and 0 deletions

View File

@ -658,6 +658,13 @@ 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