Chapter    14

Interface Builder and Storyboards

As much as writing code is important in developing applications, getting a little help in the form of visual aids is nice. It is not difficult for a seasoned developer to whip up a user interface (UI) from code in a couple of minutes, but there could be other design considerations that might be an impeding factor when drawing UIs via code. For visual editing, Apple provides Interface Builder as an integral part of Xcode. It works quite well with the code editor too, whereby you can drag and drop to create outlets and actions.

A visual overview is critical to help you understand and manage a project. Storyboards are another tool that allow you to visually see the different view controllers and their ...

Get More iPhone Development with Objective-C 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.