For learning purposes i would like to convert a cell-based NSOutlineView to a view-based one,
basically i would like the following:
NSTreeController
Here is the 'worlds simplest NSOutlineView' example http://www.cocoasteam.com/Cocoa_Steam/Worlds_Simplest_Demo.html
I wonder if someone could modify it to make it view-based and work like i said above :) :)
I've tried looking at apple examples, and searching elsewhere on the internet but i still can't get it to work - so thanks very much in advance :)
I have created a little sample project which does just that.
Check out besi/mac-quickies on github. Most of the stuff is either done in IB or can be found in the AppDelegate