Managing user interfaces with Storyboards

A Storyboard can be considered a container of XIB files that can be connected through navigation logics. You can also use more than one Storyboard to organize view controllers in different groups. For example, you can have a Storyboard that manages all the view controllers for the settings of an application and another to handle the application's core.

Each Storyboard has an entry point controller called initial view controller that defines where the navigation starts. It is used by the application's launch process described in Chapter 1, UI Fundamentals, to define which controller of the main Storyboard to show when the application starts. The initial view controller is visually highlighted with a gray ...

Get Learning iOS UI Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.