Skip to content

Otbivnoe/Routing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!