Merge pull request #128 from aryaxt/Develop

Turning shouldRecognizeSimultaneouslyWithGestureRecognizer off
This commit is contained in:
Aryan Ghassemi 2015-03-11 21:34:46 -07:00
commit 98591515e6
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