objective-c, cocoa, and the learning curve part II

Following up on my previous post here.

The second mini-project I’ve put up in launchpad is called “Simple Table”. It purpose to to explore Cocoa’s NSTableView.

I really struggled with how Cocoa uses MVC. Took me a day or two to wrap my head around the fact the NSTableView really is using MVC itself. Once I had the eureka moment and things started to make sense, I whipped up “Simple Table” example.

Get this branch: bzr branch lp:~tanner/+junk/xcode+SimpleTable
View the code: http://bazaar.launchpad.net/~tanner/+junk/xcode+SimpleTable/files

A Tableview, grid, what have you will be something used in a osx netrek client (Metaserver listing?). It’s more then a nice feature, it’s a requirement?

Next post wil be an expansion on this little project.

Leave a Reply

You must be logged in to post a comment.