Re: Core Data add object
Re: Core Data add object
- Subject: Re: Core Data add object
- From: mmalc crawford <email@hidden>
- Date: Sun, 25 May 2008 04:18:40 -0700
On May 25, 2008, at 4:08 AM, Ivan C Myrvold wrote:
I now want to add the callevent object to thecall object. I see in
the NSManagedObject subclass Call there is a method prepared for this,
- (void)addCallEventsObject:(CallEvent *)value;
simply doing
[thecall addCallEventsObject:thecallevent];
is not working, of course.
What do you mean, "not working"?
What is the implementation of addCallEventsObject:?
So how do I add this object?
<http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/Articles/cdUsingMOs.html#//apple_ref/doc/uid/TP40001803-212651
>
mmalc
_______________________________________________
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