Re: What is my data source ?
Re: What is my data source ?
- Subject: Re: What is my data source ?
- From: "Lawrence Sanbourne" <email@hidden>
- Date: Wed, 10 May 2006 15:18:00 -0500
On 5/10/06, Wayne Pascoe <email@hidden> wrote:
In interface builder, I've added an NSTableView and two buttons (+
and -) to the Window. I then added an NSArrayController (which I
_think_ would be my data source).
In IB, you need to connect the dataSource outlet of the NSTableView to
an object of your choice. This could be a subclass of
NSArrayController (instantiated in the NIB), your app delegate (again,
instantiated in the NIB), or another object of your choice.
Larry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden