How do I hide the navigation bar on scroll?

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?

How do I hide the navigation bar on scroll?
 
 
Q