Ahhh, thank you, that helped! What I did was add an NSArray property
(though it could've been NSMutableArray), then called setValueForKey,
and bound the ArrayController to that array. And it works great.

Jenny


On Thu, Mar 18, 2010 at 8:26 PM, Scott Anguish <[email protected]> wrote:
> Modify the model, not the controller.
>
> so the model object that holds the array should be called with
>
> mutableArrayForKey:
>
> passing the array variable key.
>
> then mutate the array you get back.. that will be KVO compliant and the 
> changes will be reflected in your controller, and then your view.
>
>
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please 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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to