Skip to content

Commit

Permalink
Merge pull request #128 from aryaxt/Develop
Browse files Browse the repository at this point in the history
Turning shouldRecognizeSimultaneouslyWithGestureRecognizer off
  • Loading branch information
aryaxt committed Mar 12, 2015
2 parents 3c1b09f + 1a1b852 commit 9859151
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions SlideMenu/Source/SlideNavigationController.m
Original file line number Diff line number Diff line change
Expand Up @@ -660,13 +660,6 @@ - (void)postNotificationWithName:(NSString *)name forMenu:(Menu)menu
[[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
Expand Down

0 comments on commit 9859151

Please sign in to comment.