• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to create to-many accessor methods at runtime
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >How to create to-many accessor methods at runtime (From: Steve Weller <email@hidden>)

  • Prev by Date: Re: Guidelines for Cocoa frameworks supporting garbage collection?
  • Next by Date: Re: plist parsing in c
  • Previous by thread: How to create to-many accessor methods at runtime
  • Next by thread: re: How to create to-many accessor methods at runtime
  • Index(es):
    • Date
    • Thread