Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 10 replies, 0 views
Replied In
Toolbar is appearing at the bottom
I found this answer - https://stackoverflow.com/a/58427754/11704346 on StackOverflow regarding setting the background color for a navigation bar in SwiftUI, and the same solution can be used here:
.background(NavigationConfigurator {nc in
nc.setToolbarHidden(false, animated: false)
})