Re: warning: 'NSEntityDescription' may not respond to
Re: warning: 'NSEntityDescription' may not respond to
- Subject: Re: warning: 'NSEntityDescription' may not respond to
- From: "Kyle Sluder" <email@hidden>
- Date: Fri, 30 May 2008 09:35:08 -0400
On Fri, May 30, 2008 at 6:09 AM, Peter Burtis <email@hidden> wrote:
> One solution is to use [managedObject valueForKey:@"memo"] and
> [managedObject setValue:@"test123" forKey:@"memo"] instead of the accessors.
And another, if you ever want to add custom logic, is to declare memo
as a @property and use the @dynamic directive to tell Obj-C that the
method will be provided at runtime.
--Kyle Sluder
_______________________________________________
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