Interface Builder is an amazing tool, which allows you to declaratively build your UI. Same as SwiftUI — so why all the hate and ridicule over the years instead of unconditional love?
Learn how to get the main benefit of my Coordinator implementation without actually using the library or the pattern.
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.
I went thoroughly through the great new book by objc.io authors. Given its topic, you can expect I have lots to say.
Replicating UITabBarController behavior using Coordinators flattens your UI hierarchy and thus considerably simplifies controller transitions
I have an opinion. Yes, I know that joke.
I hope I got it wrong here, I really do. Because it’s driving me bananas how convoluted this API is.
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.