Re: Unbinding NSArrayController's contentArray
Re: Unbinding NSArrayController's contentArray
- Subject: Re: Unbinding NSArrayController's contentArray
- From: "I. Savant" <email@hidden>
- Date: Wed, 7 Mar 2007 18:25:34 -0500
On Mar 7, 2007, at 6:20 PM, Antonio Nunes wrote:
I want to temporarily unbind a controller from its source array,
change the array's contents and re-establish the binding. The
problem is that the above recipe doesn't seem to work:
Why sever the binding when you can just build an array of the
objects to add separately, then call:
[theController addObjects:myNewObjectsArray];
... that seems far easier.
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden