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 (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