-
Notifications
You must be signed in to change notification settings - Fork 2
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
Nav bar disappearing #22
Comments
See .toolbar title method: https://sarunw.com/posts/custom-navigation-bar-title-view-in-swiftui/ |
This is not just when there is a toolbar. I removed that in the Media Items Details screen, and I still get the back button dissappearing. See also https://developer.apple.com/forums/thread/662449 |
And add |
Tried replacing |
Tried adding |
I tried adding |
Adding both together: .navigationBarHidden(false) Doesn't solve the problem. |
I see in the developer console: 2021-06-29 06:40:34.168910-0600 Neebla[5311:2029685] [Assert] displayModeButtonItem is internally managed and not exposed for DoubleColumn style. Returning an empty, disconnected UIBarButtonItem to fulfill the non-null contract. This is from debugging the nav bar: Printing description of $16: |
See https://developer.apple.com/forums/thread/668433 The solution suggested here seems to have worked: https://developer.apple.com/forums/thread/660265 I've added Unfortunately that does change the background color (and size) of the main album list screen. To: From: |
Dany is seeing this on iPad.
https://stackoverflow.com/questions/65195362/swiftui-navigation-bar-items-disappear-on-ios-14
The text was updated successfully, but these errors were encountered: