• 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
How Do Classes Respond to performSelector?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How Do Classes Respond to performSelector?


  • Subject: How Do Classes Respond to performSelector?
  • From: Francisco Tolmasky <email@hidden>
  • Date: Wed, 30 Jan 2008 13:14:45 -0800

This is just a question out of curiosity. In the developer docs, only - (id)performSelector: is defined.
So I was going to write my own + (id)perfromSelector, but first figured I'd check whether there was
one already by writing up a quick test in XCode - which it turns out there is (saved me the work).
I figured it must just not be in the documentation, so I was going to file a bug on the developer docs...
Yet, doing a classdump on Foundation.framework doesn't show + performSelector either (only on
NSProxy, not on NSObject). Is there some magic going on? Is +performSelector actually not defined
on NSObject and this is getting forwarded to NSProxy or something? Or is this just a case of under
documentation and class dump not telling the whole truth?


Thanks,

Francisco
_______________________________________________

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


  • Follow-Ups:
    • Re: How Do Classes Respond to performSelector?
      • From: Quincey Morris <email@hidden>
    • Re: How Do Classes Respond to performSelector?
      • From: Peter Ammon <email@hidden>
  • Prev by Date: Re: Weird Altered Icon
  • Next by Date: Re: Best way to notify the Controller when one Array object value is changed
  • Previous by thread: Re: Weird Altered Icon
  • Next by thread: Re: How Do Classes Respond to performSelector?
  • Index(es):
    • Date
    • Thread