Re: Get a selector type (SEL) from a string dinamically
Re: Get a selector type (SEL) from a string dinamically
- Subject: Re: Get a selector type (SEL) from a string dinamically
- From: Tito Ciuro <email@hidden>
- Date: Thu, 14 Jul 2005 18:54:19 -0400
Giovanni,
Check the archives:
http://cocoa.mamasam.com/COCOADEV/2002/01/2/22524.php
-- Tito
On 14/07/2005, at 18:47, Giovanni Donelli 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)
so then I can use it such as follows:
objc_msgSend(myClass, myMethodName);
Thanks!
Giovanni
_______________________________________________
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
_______________________________________________
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