Routing

A Flexible Routing Approach in an iOS App

111
12
Swift

Routing

A Flexible Routing Approach in an iOS App

At Rosberry we’ve refused using storyboards, except the Launch Screen of course and configure all layout and transition logic in code. In order to understand our reasons — read the Life without Interface Builder written by Zeplin’s team, I hope you will find this post useful!
In this article, I’m going to introduce a new approach to routing between view controllers. We’ll start with a problem and step by step will come to a final decision.

… continue reading on Medium!