Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 735 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 735 Bytes

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!