SwiftUI Flow Coordinator pattern to coordinate navigation between views
In this article I would like to demonstrate you how you can use FlowCoordinators with SwiftUI to separate navigation logic from view logic.
In UIKit this pattern was very popular and such Flow Coordinators…