It seems to me that Apple is encouraging us to give up using UIViewController in SwiftUI, but without using view controlelrs, I feel a little bit powerless. Wha
UIViewController
As of beta 5, NavigationLink is the mechanism used to programmatically push views. You can see an example of it here.