MVP + Coordinators in SwiftUI (part 3)
Apr 29, 2020, 9:00 AM
We'll reimplement the Coordinator protocol to store the identifier, parent and children of the coordinators, so we can complete the implementation of the coodinator pattern. And we'll also deal with a bit of memory management so we don't...
MVP + Coordinators in SwiftUI (part 2)
Apr 28, 2020, 9:00 AM
We'll see how to extract NavigationLink from MasterView. How to set up our Coordinator so we can return SwiftUI Views from the start function. How to easily change presenting a view as a modal instead of in a navigation stack. And we'll...
MVP + Coordinators in SwiftUI (part 1)
Apr 27, 2020, 8:00 AM
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...
Hello world!
Apr 21, 2020, 9:00 AM
Hi there from the trenches! 👋