Re: Core Data - Add an Entity to another Entity How?

2010-02-02 Thread Jerry Krinock
On 2010 Feb 01, at 10:32, Andreas Grauel wrote: I have the autogenerated accessor Methods and also added the implementation code -(void) addPersonObject but how can work with these Methods? I am not able to hook them up in Interface Builder. Write an action method which invokes either

Core Data - Add an Entity to another Entity How?

2010-02-01 Thread Andreas Grauel
Hallo, I can't find anything with google so I hope you can help me. I have a project with 3 Entities - Person, Event, Game - Event has a to-many to Person and Game. Person and Game has also a to-many relation to Event. I can already create Persons, Games and Events, but I am not able to add a