Chapter 7. Building User Interfaces

In this chapter, you’ll learn how to use Xcode’s integrated user interface tools. You’ll need some familiarity with Cocoa development, which is beyond the scope of this book. Basic background is given where necessary, but you are encouraged to read Apple’s Cocoa Fundamentals Guide (http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CocoaFundamentals/Introduction/Introduction.html) to understand the design concepts behind user interfaces in Cocoa applications.

Understanding Nibs

Cocoa and Cocoa Touch applications load their graphic user interfaces from Interface Builder files (called nibs or xibs). The files are essentially “freeze-dried” object graphs representing the user interface you’ve ...

Get Mastering Xcode: Develop and Design, Second Edition 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.