getting a selector for string
getting a selector for string
- Subject: getting a selector for string
- From: Ken Tozier <email@hidden>
- Date: Tue, 4 Feb 2003 03:32:30 -0500
I could have sworn that I saw some way to get a selector for a given a
string that defines a method name, but I can seem to find it now.
For example:
NSString *methodName = @"goToBedItsLate";
SEL methodSelector = SomeUnknownFunction( methodName );
Is there any way to do this?
Thanks,
Ken
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.