Mac OS X coding

Drawing a Sine Wave

March 15, 2007 · Leave a Comment

This is a small project I’m working on.

Source code will be up soon(hopefully :p )

Categories: Custom Views

Beginning Cocoa programming

March 15, 2007 · Leave a Comment

Become an Xcoder is a good guide to getting started (It is roughly equivalent to the simple random number application chapter(chapter 2 or so) of Aaron Hillegass’s book(which is fantastic, BTW).

Other Resources:

1. MacDevCenter Contains some good (but somewhat outdated Cocoa programming articles)

2. CocoaDev Great reference site(code snippets and short explanations of various classes)

3. CocoaDevCentral Cocoa articles and blog entries by Mr. Scott Stevenson(somewhat intermediate level)

4. Apple’sCocoa Apple’s Cocoa site(all levels)

Books:

The one I know is good is Cocoa Programming for Mac OS X by Aaron Hillegass

Categories: Beginner