Re: How to create to-many accessor methods at runtime
Re: How to create to-many accessor methods at runtime
- Subject: Re: How to create to-many accessor methods at runtime
- From: Steve Weller <email@hidden>
- Date: Mon, 07 Jul 2008 23:10:27 -0700
Just to follow up on my own question...
What I am attempting to do is not working. -valueForKey: does not
look for methods with -respondsToSelector: to figure out if methods
exist sufficient to have KVC. So overriding this has no effect. My
only option, it seems, is to use +resolveInstanceMethod and actually
create the methods that are needed.
Steve Weller email@hidden
Technical Writing, Editing, Developer Guides, and a little Cocoa
_______________________________________________
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