Skip to content
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.

Commit

Permalink
nil under controllers prevent panning. Anchor amounts have no influence
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquez committed Jan 21, 2013
1 parent 343ba14 commit 9606d3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ECSlidingViewController/SecondTopViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ - (void)viewWillAppear:(BOOL)animated
self.slidingViewController.underLeftViewController = [self.storyboard instantiateViewControllerWithIdentifier:@"Menu"];
}
self.slidingViewController.underRightViewController = nil;
self.slidingViewController.anchorLeftPeekAmount = 0;
self.slidingViewController.anchorLeftRevealAmount = 0;

[self.view addGestureRecognizer:self.slidingViewController.panGesture];
}
Expand Down

0 comments on commit 9606d3e

Please sign in to comment.