Category: XCode

Navigating back and forth among Viewcontrollers in Storyboard

In the old days if you wanted to present a ViewController you should call presentModal.. or push… in the code.  The problem with this approach is that if you want to modify the presentation you should change the code. To separate this Apple found out the Storyboard – all your ViewControllers in one place. Visually representing the […]