Re: Core Data - Add an Entity to another Entity How?
Re: Core Data - Add an Entity to another Entity How?
- Subject: Re: Core Data - Add an Entity to another Entity How?
- From: Jerry Krinock <email@hidden>
- Date: Tue, 2 Feb 2010 06:49:03 -0800
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 -addPersonObject or -addGameObject, depending on which tab is selected in your detail view on the right. Wire the button to this new action method.
_______________________________________________
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