Get a selector type (SEL) from a string dinamically
Get a selector type (SEL) from a string dinamically
- Subject: Get a selector type (SEL) from a string dinamically
- From: Giovanni Donelli <email@hidden>
- Date: Thu, 14 Jul 2005 15:47:52 -0700
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