Going Back to View Controller View After Transitioning to SwiftUI View

Chapter 4 discusses how to transition to SwiftUI view from a storyboard by tapping a push button. It says that you need to drag and drop a Hosting Controller from the library to the storyboard. I get it. That’s great. But my question is how do you go back to the original view controller after you transition to SwiftUI view? If you can’t, then what’s the point of transitioning from storyboard view controller to SwiftUI view?

It appears that the Back button will appear if you have the Navigation Controller attached to the view controller.

1 Like

@king9671152 Thank you for sharing this - much appreciated! :]