Skip to content

Commit

Permalink
Fix example 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Lluch committed Dec 13, 2013
1 parent 5c3d5b2 commit b09cc49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ - (void)viewDidLoad

SWRevealViewController *revealController = [self revealViewController];

[self.navigationController.navigationBar addGestureRecognizer:revealController.panGestureRecognizer];
//[self.navigationController.navigationBar addGestureRecognizer:revealController.panGestureRecognizer];

UIBarButtonItem *revealButtonItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"reveal-icon.png"]
style:UIBarButtonItemStyleBordered target:revealController action:@selector(revealToggle:)];
Expand Down

0 comments on commit b09cc49

Please sign in to comment.