Hello World in Cocoa
I’ve just finished putting together my first cocoa application, click on the button and "hello world!" appears in the center. Let the mac application development begin!
Update: The source code is on Github http://github.com/andrew/hellococoa




You’ve inspired me to figure it out. What’s the source behind that!?
Derek Reiff on June 13, 2008 3:54 am
Yeah, put the source to github.
Thomas on June 13, 2008 8:29 am
The source is now on Github under MIT here: http://github.com/andrew/hellococoa
The main bit of files to look at are Foo.m, Foo.h and MainMenu.xib
Enjoy!
Andrew on June 13, 2008 10:41 am