SwiftUI 4 and the new NavigationStack in iOS 16 are an excellent solution for pushing views into the navigation hierarchy. However, if your app still needs to support iOS 15, you need to relay on NavigationView. To write a simple navigation hierarchy with couple of views check the following code