Re: Mixing TableView Bindings
Re: Mixing TableView Bindings
- Subject: Re: Mixing TableView Bindings
- From: Jerry Krinock <email@hidden>
- Date: Sat, 6 Feb 2010 13:17:47 -0800
On 2010 Feb 05, at 13:47, Joe wrote:
> Since the array controller's "object controller" can be set to a class or to an entity but not both, I don't see how managed and unmanaged data can be mixed.
The short answer is: "Just do it". I do it all the time. As long as the object is KVC compliant, it will work.
The long answer: From what I can tell, the only time that entity/class mode jazz matters is when you add new objects. A managed object with regular instance variables and/or derived properties is still a managed object. Therefore, you should continue to use Entity mode.
All that the array controller cares about is KVC compliance. You're not mixing anything. You're not even doing anything extra-ordinary.
_______________________________________________
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