• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Mixing TableView Bindings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Mixing TableView Bindings (From: Joe <email@hidden>)

  • Prev by Date: Re: Cocoa text via Quartz CGLayer
  • Next by Date: Re: Touch: Non-rectangular Touch areas
  • Previous by thread: Mixing TableView Bindings
  • Next by thread: Mixing TableView Bindings
  • Index(es):
    • Date
    • Thread