On Fri, May 30, 2008 at 6:09 AM, Peter Burtis <[EMAIL PROTECTED]> 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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to