I've seen a few StackOverflow posts on how to hide the navigation bar when the user scrolls, like this:
navigationController?.hidesBarsOnSwipe = true
However, I'm pretty sure this only works for StoryBoard. Are there any options for SwiftUI?
I've seen a few StackOverflow posts on how to hide the navigation bar when the user scrolls, like this:
navigationController?.hidesBarsOnSwipe = true
However, I'm pretty sure this only works for StoryBoard. Are there any options for SwiftUI?