SwiftUI Fundamentals, Episode 13: Challenge: Navigation & Bindings | raywenderlich.com

In this hands-on challenge, practice everything you have learned about navigation and state in a SwiftUI app.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/28684524-swiftui-fundamentals/lessons/13

Using Xcode 14.2, IOS 15 as the target and project build settings show I have Swift 5 and Terminal shows 5.7.2

so the line:

.navigationBarHidden(true)

does not seem to have any effect. If I change that to false, then I see the change. It is as if my current settings are defaulted to true… Please advise…