-
-
Notifications
You must be signed in to change notification settings - Fork 633
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
Navigation bar background color changing #402
Comments
Same is happening for me, have to downgrade to 5.7.0. Spent many hours trying to figure out what is causing this after swift packages update. |
Yup, it was #399 |
Ok, this seems like a UIKit bug to me, updating |
5.7.3 is up |
Any plans to reintroduce the title alpha updating at some point? iOS15 forces us to use the new way of setting navigation bar appearance and now the title alpha is not correctly set when the navigation bar is hiding. (It does work when I uncomment the lines that were commented though or if I use a custom title view) Edit: I can of course still use 5.7.2 for now, as the tint color seems to not be a problem for me. Just thinking when iOS15 is released this might be a problem for a lot of people. |
@PGHM |
Describe the bug
I updated from version 5.6.1 to 5.7.2 and I now have a scrolling nav bar that change color after scrolling or navigating to another controller. Note that my nav bar has it's color set using appearance at the beginning of the app, but somehow it changes from white to grey.
This bug was probably introduced by #392 or #399.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The color of the scrolling nav bar should stay the same
The text was updated successfully, but these errors were encountered: