Return to Snippet

Revision: 40095
at January 26, 2011 01:48 by bobocel


Initial Code
// call functionName 
[self performSelector:@selector(functionName:) withObject:sender];

Initial URL


Initial Description
A simple method for calling a function in Objective-C.

Initial Title
Call Method in Objective-C

Initial Tags


Initial Language
Objective C