-
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
iOS 15 Nav Appearance Updates Remove Transparent Navigation Bar in photo viewer #348
Comments
justColbs
changed the title
iOS 15 Navigation Bar Appearance Removes Transparent Navigation Bar
iOS 15 Nav Appearance Updates Remove Transparent Navigation Bar in photo viewer
Feb 2, 2022
As an addendum to @jeremyteh's comment above, I found I had to add the final code snippet into |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The navigation bar in the overlayView is using the global values I set in my AppDelegate, but only in iOS 15. My AppDelegate:
I've seen this issue, but it's recommended solution didn't work for me. iOS 15 introduces some different changes to UINavigationBar's appearance and I believe that's causing this issue.
Any workaround for this so that the navigation bar on the photo viewer remains transparent?
The issue:
The text was updated successfully, but these errors were encountered: