8
votes
How can I dynamically create a selector at runtime with Objective-C?
According to the XCode documentation, your psuedocode basically gets it right.
It’s most efficient to assign values to SEL variables at compile time with the @selector() dire …
