/ Published in: Objective C
A simple method for calling a function in Objective-C.
Expand |
Embed | Plain Text
// call functionName [self performSelector:@selector(functionName:) withObject:sender];
You need to login to post a comment.
A simple method for calling a function in Objective-C.
// call functionName [self performSelector:@selector(functionName:) withObject:sender];
You need to login to post a comment.