Chapter 10. Creating User Interfaces with Interface Builder

Interface Builder is an application that enables iPhone/iPad and Mac developers to easily create their user interfaces using a powerful graphical user interface. It provides the ability to build user interfaces by simply dragging objects from Interface Builder's library to your app's user interface.

Interface Builder stores your user interface design in one or more resource files, called XIBs. These resource files are set to interface objects and their relationships. Changes that you make with your user interface are automatically synchronized with Xcode.

To build a user interface, you simply drag objects from Interface Builder palette library onto your view. Actions and Outlets are two ...

Get Objective-C for Absolute Beginners: iPhone, iPad, and Mac Programming Made Easy 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.