-
Notifications
You must be signed in to change notification settings - Fork 378
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
Presenting From UINavigationController with Navigation Bar and Status Bar Shown Causes Navigation Bar to Animate Up #10
Comments
Unfortunately, this issue still persists :( |
Has anyone found a fix for this bug? |
Here's my workaround (in swift) @wraithseeker @andrew8712 :
Then, initiate the controller like this:
|
@yunnnyunnn Thanks, your workaround works fine! |
Swift 3 workaround:
|
Objective c: My_NYPhotoViewController.h file:
My_NYPhotoViewController.m file:
|
It seems like a better workaround is to disable the status bar hiding entirely, and then use this pull-request: #221 |
This is the default behavior when presenting view controllers that don't show the status bar, however we could account for it in the animator.
The text was updated successfully, but these errors were encountered: