Re: NSOutlineView sample?
Re: NSOutlineView sample?
- Subject: Re: NSOutlineView sample?
- From: Sandeep Parikh <email@hidden>
- Date: Mon, 18 Jun 2001 14:03:47 -0700
> Does anybody have sample code that implements the
NSOutlineViewDataSource Protocol?
Have you looked in the folder /Developer/Examples/AppKit/OutlineView?
There is a sample project there that is a very lite example of how to
use NSOutlineView.DataSource.
Also, you can look at "Learning Cocoa" (O'Reilly, p157) and it goes over
a table view data source which might help you get started.
...hope that helps.
-Sandeep