Cocoa Programming for OS X: The Big Nerd Ranch Guide
by Aaron Hillegass, Adam Preble, Nate Chandler
Creating the User Interface in Interface Builder
In the project navigator, select MainWindowController.xib to open it. (If you double-click the file, it will open in a separate window. Close that window and single-click the file to see it in the editor area.)
Selecting MainWindowController.xib opens it in the Interface Builder editor, a tool that is part of Xcode. With Interface Builder, you can create an application’s user interface visually rather than in code.
Interface Builder has two main sections: the dock and the canvas. The dock, on the left, lists the objects in the XIB in the document outline view (Figure 1.10).
Figure 1.10 Interface Builder layout
If you see a stack of icons in the dock rather than a list ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access