Building a Simple Application


Creating a Project

Creating the Interface

Defining the Controller Class

 

Identify the Class and Its Superclass

Specify the Outlets of the Class

Specify the Action of the Class

Related Concepts

The Target/Action Paradigm

Connecting Objects

Implementing the Controller Class

Building and Running the Application