Re: NSArrayController population
Re: NSArrayController population
- Subject: Re: NSArrayController population
- From: Scott Anguish <email@hidden>
- Date: Sun, 9 Nov 2003 20:34:18 -0500
On Nov 9, 2003, at 7:45 PM, Aaron Patterson wrote:
Hi, I've been experimenting with NSArrayController. I created an
NSArrayController that drives a table view widget. My problem is that
I can't
seem to figure out how to prepopulate the NSArrayController with
default
records to be displayed. Can anyone point me to some sample code, or
online
documentation? I've scoured google, and found nothing. Any help
would be
appreciated. Thanks!
Where are you getting the data from for the array controller?
if you've bound contentArray to a value, then you can just add items
to that array...
_______________________________________________
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.