Re: NSArrayController population
Re: NSArrayController population
- Subject: Re: NSArrayController population
- From: Scott Anguish <email@hidden>
- Date: Mon, 10 Nov 2003 00:51:32 -0500
On Nov 9, 2003, at 9:17 PM, Aaron Patterson wrote:
Please pardon my ignorance, I'm very new at Cocoa dev. I will happily
RTFM if
someone can point me to documentation on dealing with controllers.
The online controller documentation is more current than what you have
on disk. I believe there are tutorials as part of it.
I saw
something similar to what I'm doing at the O'Reilly OS X con, but I
can't
remember exactly how it went.
Add a mutable array to your MyDocument class, including accessors
create an instance of the array in the MyDocument -init method
bind the contentArray to File's Owner.theArrayName
Infact, I think you gave the presentation Scott.
Guilty as charged. :-)
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.