Re: KVC Question
Re: KVC Question
- Subject: Re: KVC Question
- From: Joseph Crawford <email@hidden>
- Date: Sun, 12 Oct 2008 19:18:38 -0400
I would like to thank everyone who responded to my last e-mail,
especially Nathan for helping out so much off-list.
I do have another question however.
I have a class that is set to be the File Owner for a view. This View
has an array controller that is bound to an NSMutableArray in the File
Owner so
[SearchNameViewController result]
The issue I am running into is that when I do [result addObject:obj]
the array controller does not seem to update so the UI does not load
the data.
Nathan suggested changing that code to [resultsArrayController
addObject:obj] and that works perfect.
What I need to know is if there is something I should be doing to
*notify* the array controller telling it to update.
Thanks,
Joseph Crawford
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden