• 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: Dynamic Method Creation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dynamic Method Creation


  • Subject: Re: Dynamic Method Creation
  • From: 👾 <email@hidden>
  • Date: Fri, 14 Sep 2012 22:07:30 -0700

If you actually want to create them in your source, so that code completion works as expected and the compiler doesn't issue unrecognised selector warnings, then you'll need to do at least macros, if not a custom build phase using some kind of templating tool.  They may exist; I don't know.

If you just want them to exist at runtime, your first port of call should probably be +[NSObject resolveInstanceMethod:].
_______________________________________________

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: 
 >Dynamic Method Creation (From: Steve Steinitz <email@hidden>)

  • Prev by Date: Re: Dynamic Method Creation
  • Next by Date: Re: Dynamic Method Creation
  • Previous by thread: Re: Dynamic Method Creation
  • Next by thread: Re: Dynamic Method Creation
  • Index(es):
    • Date
    • Thread