Posts in: coordinator

2022

Recommended way to seamlessly gel UITabBarController with Coordinator pattern, where each tab has its own Coordinator.

2020

First let’s see how it was done before iOS 13. Then we’ll take a look how scenes changed this setup. Spoiler: quite a bit.

2019

Learn how to get the main benefit of my Coordinator implementation without actually using the library or the pattern.

2018

I am having so much benefit from using this pattern in last few years, I can’t help myself. I have to try and persuade all of you to use it too.

Replicating UITabBarController behavior using Coordinators flattens your UI hierarchy and thus considerably simplifies controller transitions

2017

Expanded transcript from my talk at NSSpain 2017

Taking the first step towards clean and minimal app architecture in iOS app means freeing your view controllers from the burden of dealing with other controllers.