Use NavigationLink programmatically in SwiftUI
问题 I'm looking for a way to display a view in my WatchOS application "one level in" from the NavigationView on app startup if certain conditions are met. I want the same effect as if I would have pressed a NavigationLink myself, i.e being able to go back to the NavigationView again, which is not possible if I choose to display the desired view right away. "navigationBarItems" is also not available for WatchOS which makes it impossible to navigate backwards without actually clicking the