HowToCreateAClassInXcode

last edited November 23, 2003 22:05:50 ()
CocoaDev is sponsored by: Panic: Shockingly good Mac software!

HowToProgramInOSX: 2. Using the Tools

Open your project in XCode. If you need to create a project see HowToCreateANewProjectInXCode.

Go to the "File" menu and choose "New File...". Then, from the assistant, choose "Objective-C class". Hit the "Next" button. Name your class and hit the "Finish" button.