0

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?

Phil Dukhov
  • 67,741
  • 15
  • 184
  • 220
  • Take a look at this accepted answer, hope this will help you https://stackoverflow.com/questions/61324597/hide-navigation-bar-on-swipe-of-a-list-in-swiftui?noredirect=1&lq=1 – channu Dec 14 '21 at 04:51

0 Answers0