• 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: Get a selector type (SEL) from a string dinamically
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Get a selector type (SEL) from a string dinamically


  • Subject: Re: Get a selector type (SEL) from a string dinamically
  • From: Finlay Dobbie <email@hidden>
  • Date: Fri, 15 Jul 2005 00:05:25 +0100

On 7/14/05, Giovanni Donelli <email@hidden> wrote:
> Hello,
>      does anybody know a way to get a SEL datatype out from a Class
> datatype (or an Object) from a string?
>
> I would like a function such as:
>
> SEL method = SelectorFromString( myClass, (NSString*)myMethodName)

SEL method = NSSelectorFromString(myMethodName);

> so then I can use it such as follows:
>
> objc_msgSend(myClass, myMethodName);

[myClass performSelector:myMethodName];

 -- Finlay
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Get a selector type (SEL) from a string dinamically (From: Giovanni Donelli <email@hidden>)

  • Prev by Date: Re: Get a selector type (SEL) from a string dinamically
  • Next by Date: Completely stuffed adding a new column to an NSOutlineView
  • Previous by thread: Re: Get a selector type (SEL) from a string dinamically
  • Next by thread: Completely stuffed adding a new column to an NSOutlineView
  • Index(es):
    • Date
    • Thread