Browsing the archives for the Cocoa Programming category

NSOutlineView Example

in Cocoa Programming

NSOutlineView can be a real bitch to work with. If you’re getting stuck, here’s a simple example that uses a tree of objects using an NSDictionary for the root object. It needs some extra features to be truly useful, but you get the idea.

9 Comments

IRC Client Framework for Cocoa

in Cocoa Programming, Tech Stuff

As a part of my Cocoa learning safari, I wrote a Cocoa Framework for IRC client comms. Check it out.

0 Comments