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 (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to