Errata for SwiftUI by Tutorials 1st Edition

thanks! I noticed this today and I’ll fix it for the next update.

I think the change happened in a later beta…

I actually get better results with:

NavigationView {
  VStack {
     ...
  }
   .navigationBarTitle("", displayMode: .inline)
   .navigationBarHidden( true )
}

It doesn’t seem like you’d need both of these, but it doesn’t work if you comment out one or the other. And the navigation bar doesn’t really go away :frowning:.