Turning shouldRecognizeSimultaneouslyWithGestureRecognizer off it's causing many issues

This commit is contained in:
Aryan Ghassemi 2015-03-11 21:32:56 -07:00
parent 3c1b09fe74
commit 1a1b8523ec
1 changed files with 0 additions and 7 deletions

View File

@ -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