Created
April 3, 2015 11:02
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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