MVP + Coordinators in SwiftUI (part 1) | Luis Ascorbe
lascorbe.comIn this article, we'll learn how to set up an entire screen with the MVP pattern, we'll create a base Coordinator protocol, and implement our first 2 coordinators. We'll see how to wrap our view in a NavigationView, and how we can implement NavigationLink so it doesn't depend on anything else in the view.
Read more...