-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with hidden navigation bar #12
Comments
anyone solved this? |
I also have this issue. |
i use this code to fixed it |
Anyone Solved it on Swift? |
Well I solved it, just make the view controller as child of navigation controller |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the presenting ViewController's navigation bar is hidden and you cancel the gesture, the child's navigation bar will also get hidden even though it shouldn't.
Tested on iOS 9 and iOS 8.4.
Steps to reproduce with the example project:
Result: The first time you do this, the navigation bar will get hidden. The second time it will get shown again, etc.
¹ e.g. by adding this method to ViewController.m:
The text was updated successfully, but these errors were encountered: