Skip to content

Instantly share code, notes, and snippets.

@sdpjswl
Created April 3, 2015 11:02
Show Gist options
  • Save sdpjswl/985d241fffba4caa4ee0 to your computer and use it in GitHub Desktop.
Save sdpjswl/985d241fffba4caa4ee0 to your computer and use it in GitHub Desktop.
Having a table inside a navigation controller in the left drawer of an MMDrawerController causes it to jump for the first time
either:
1. in viewWillAppear:
[self.navigationController.view layoutSubviews];
or
2. in viewDidLoad:
self.navigationController.navigationBar.translucent = NO;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment