Core Data - Need an Observer but where and how to implement

2010-02-02 Thread Andreas Grauel
Hello, following situation. I have two Entities - Person and Event - both are with a many to many relationship, because a person can have more events and a event can have more persons. After I have added a few Persons to an Event I'd like to display them on in a Table. But how? I tried a Binding

Re: Core Data - Need an Observer but where and how to implement

2010-02-02 Thread Jerry Krinock
On 2010 Feb 02, at 11:54, Andreas Grauel wrote: I have two Entities - Person and Event - both are with a many to many relationship, because a person can have more events and a event can have more persons. After I have added a few Persons to an Event I'd like to display them on in a Table.