Building a Simple Application


Creating a Project

Creating the Interface

 

Open the Main Nib File

Resize the Window

Rename the Window

Put Text Fields in the Window

Set Attributes of the Text Fields

Add Labels for the Text Fields

Related Concepts

A Project Window

The Windows of Interface Builder

What's a Nib File?

Defining the Controller Class

Connecting Objects

Implementing the Controller Class

Building and Running the Application