• 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
Composite Array Controller
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Composite Array Controller


  • Subject: Composite Array Controller
  • From: Richard Somers <email@hidden>
  • Date: Sat, 5 Sep 2009 18:30:42 -0600

I have a simple Core Data model with two entities, A and B. Each entity has several attributes but no relationships.

I need a single array controller which contains all A and B objects in the model.

In Interface Builder this works.

     File's Owner (managedObjectContext)
     A Array Controller (bind to File's Owner)

     or

     File's Owner (managedObjectContext)
     B Array Controller (bind to File's Owner)

But I can not figure out how to get this to work.

     File's Owner (managedObjectContext)
     Composite Array Controller (bind to File's Owner)
     A Array Controller (bind somehow to Composite Array Controller)
     B Array Controller (bind somehow to Composite Array Controller)

Any help or insight would be appreciated.

Richard

_______________________________________________

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


  • Follow-Ups:
    • Re: Composite Array Controller
      • From: Brent Gulanowski <email@hidden>
  • Prev by Date: Strange QTCaptureView behaviour
  • Next by Date: Re: change in launch services binding behavior?
  • Previous by thread: Re: Making an Outline View delete a rows children when the parent is deleted.
  • Next by thread: Re: Composite Array Controller
  • Index(es):
    • Date
    • Thread