In Swift, this would be the code
navigationController?.hidesBarsOnSwipe = true
however, this does not work in SwiftUI
I currently have a scroll view within a navigation view, and then I placed the navigation bar title here.
How do I hide the NavigationBarTitle
as it scrolls down deep enough?