Re: Programmatically adding objects to an ArrayController
Re: Programmatically adding objects to an ArrayController
- Subject: Re: Programmatically adding objects to an ArrayController
- From: Mike Abdullah <email@hidden>
- Date: Tue, 16 May 2006 11:26:55 +0100
Either should do the job just fine.
I don't know the exact specifics of your case, but I assume that the
Array Controller is hooked up to some custom class of yours. Why not
make it set the inital array in its init method?
Also, I don't know which of the two below is preferable, perhaps
someone else can enlighten.
Mike.
On 16 May 2006, at 10:01AM, Jesus De Meyer wrote:
Hi (again),
I'm using an ArrayController to feed data to an NSTableView.
However, in my awakeFromNib method, I would like to add some
standard data to this ArrayController. The ArrayController is bound
to a method that returns an NSMutableArray for its contentArray field.
So to add an object to this array, do I have to do something like
this? Or is there a better way?
[myArrayController addObject:theObject];
[myArray addObject:theObject];
Thanks in advance,
Jesus
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40gmail.com
This email sent to email@hidden
_______________________________________________
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