Next Page > Hide TOC

Introduction to Cocoa Application Tutorial

Contents:

Organization of This Document
Goals for Learning
Prerequisites
See Also


This document introduces the Cocoa application environment using the Objective-C language and teaches you how to use the Xcode Tools development suite to build robust, object-oriented applications. Cocoa provides the best way to build modern, multimedia-rich, object-oriented applications for consumers and enterprise customers alike. This document assumes you are familiar with C programming but does not assume you have previous experience with Cocoa or Xcode Tools.

This document is intended for programmers interested in developing Cocoa applications or for people curious about Cocoa.

Organization of This Document

This document consists of the following chapters:

Goals for Learning

Throughout this tutorial you will learn:

Prerequisites

In order to maximize the instructional potential of this document, you should know C but not necessarily object-oriented programming or application design.

To help you troubleshoot problems as you follow the tutorial, this document includes the finalized Currency Converter project as a companion archive (ObjCTutorial_companion.zip). The archive also contains files needed to follow some of the instructions in this document.

The Xcode Tools package is part of the Mac OS X installation media. You must install this package on your computer before following the instructions in this document. After this package is installed, you can get further information in About Xcode Tools in /Developer.

See Also

These documents provide detailed information on Cocoa development:



Next Page > Hide TOC


© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-10-31)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.