/ Published in: Objective C
A simple method for calling a function in Objective-C.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// call functionName [self performSelector:@selector(functionName:) withObject:sender];