-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ios 11 A white bar appears on the navigation bar #303
Comments
I have the same problem. As soon as the view.transform is made this issue appears. |
I have the same problem. |
Have you solved it? |
Animating the status bar in iOS 11 is hard. I solved it by snapshotting the content view and animating that. I'll submit a PR in the next days, I have to clean up the other stuff that was changed. |
Hi @florianbuerger, thanks for the fix, just want to know how can we use the fix which you have made. Will you submit a PR to |
@firozkhursheed I didn't have time yet to submit the PR. If you are using CocoaPods/Carthage, you can point to my fork. See the corresponding documentation of CocoaPods/Carthage. You could also fork the repo and integrate my commit linked above. That should be enough. |
Thanks for immediate reply,
My podfile updates: |
Can you try it again? At some point in the past, I changed the name in the Podspec file. |
Thanks @florianbuerger, it worked 👍 . |
@florianbuerger thank you so much! |
added a comment in the PR
|
@florianbuerger thank you so much! 👍 |
1 similar comment
@florianbuerger thank you so much! 👍 |
The text was updated successfully, but these errors were encountered: