• Blog
  • About

Luis Ascorbe

Software Developer. Tech Lead. Speaker. NSSpain Organizer.

Email
GitHub
Twitter
LinkedIn

Article posts

MVP + Coordinators in SwiftUI (part 3)

April 29, 2020 · ⏱ 15 minutes

swiftuicoordinatormvparticleseriespart3mixinassociatedobject

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 create retain cycles. Join us!

MVP + Coordinators in SwiftUI (part 2)

April 28, 2020 · ⏱ 15 minutes

swiftuicoordinatormvparticleseriespart2

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 take a look at how to present several views from the same view. Let's go!

MVP + Coordinators in SwiftUI (part 1)

April 27, 2020 · ⏱ 15 minutes

swiftuicoordinatormvparticleseriespart1

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. Are you ready? Tap me!

Hello world!

April 21, 2020 · ⏱ 1 minute

firstarticle

Hi there from the trenches! 👋

© 2020 Luis Ascorbe
Generated using Publish
RSS | About