invoke
Sends the receiver’s message (with arguments) to its target and sets the return value.
Declaration
- (void) invoke;Discussion
You must set the receiver’s target, selector, and argument values before calling this method.
Sends the receiver’s message (with arguments) to its target and sets the return value.
- (void) invoke;You must set the receiver’s target, selector, and argument values before calling this method.