Computer Music: Musc216
Basic Xcode Skills


Creating a new Xcode Project

Deciding on the type of Project you need

An overview of the various files in a typical Xcode Project

What is a NIB file?

What is a FRAMEWORK

Adding a NIB file to your Project

Adding FRAMEWORKS to your Project


Working with Interface Builder

Launching Interface Builder

The Tools Palette

The Info Window

Creating a New Class

Adding Outlets and Targets/Actions

Instantiating a Class

Making connections between an Instance and an object

Assigning Outlets and Actions

Creating Files

Changing things after you have created files


Object Oriented Programming Concepts

See: OOP DeMystified, A Self-Teaching Guide,
by Jim Keogh and Mario Giannini (New York: McGraw Hill, 2004)


Main Page