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: Ken Thomases <email@hidden>
- Date: Sun, 6 Jul 2008 13:18:36 -0500
On Jul 6, 2008, at 12:56 PM, Steve Weller wrote:
I had thought that implementing forwardInvocation would do this, but
-forwardInvocation is only called if -respondsToSelector says NO.
And if -respondsToSelector says NO, then the tests for -countOf<key>
and -objectIn<key>:atIndex: will always fail and I will lose KVC
compliance.
Looks like you almost hit on your answer, but just didn't see it. If
you don't want -respondsToSelector: to return NO for certain
selectors, override it to return YES. :)
Cheers,
Ken
_______________________________________________
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