I have an NSString containing the name of a selector I would like to call with performSelector. How can I get a reference to the selector from the string?
NSSelectorFromString(name)
Could use NSSelectorFromString.
Probably inefficient as parameterizing a SEL is preferred.