public
Description: Examples from the new 3rd edition of Cocoa Programming for Mac OS X, ported to Nu
Homepage: http://programming.nu/posts/2008/05/23/cocoa-programming-with-nu
Clone URL: git://github.com/timburks/cocoa-programming-with-nu.git
cocoa-programming-with-nu / 02_LetsGetStarted
name age message
..
file README Fri May 23 17:26:52 -0700 2008 Cleaning up unnecessary files [Adam Solove]
directory RandomApp/ Fri May 23 17:29:38 -0700 2008 Removing unnecessary files [Adam Solove]
README
This chapter teaches the basics of working with XCode
and Interface Builder. The aspiring Nu programmer will
need to know corresponding information about TextMate.

I have opted to create these first few chapters in 
Interface Builder to demonstrate how IB can be used
from Nu. Many would prefer to construct the interface
in code, and there are plenty of examples how to do so.
(See the RandomApp in the Nu source, for example.)