Could you store strings and use NSSelectorFromString?
From the docs
NSSelectorFromString
Returns the selector with a given name.
SEL NSSelectorFromString (
NSString *aSelectorName
);
Could you store strings and use NSSelectorFromString?
From the docs
NSSelectorFromString
Returns the selector with a given name.
SEL NSSelectorFromString (
NSString *aSelectorName
);