Skip to content

Instantly share code, notes, and snippets.

@jdewind
Created July 6, 2010 14:20
Show Gist options
  • Save jdewind/465435 to your computer and use it in GitHub Desktop.
Save jdewind/465435 to your computer and use it in GitHub Desktop.
NSInvocation *invocation;
//set it up
@try {
objc_msgSend(obj, [invocation selector]);
}
@catch (NSException * e) {
NSLog(@"Caught exception: %@", e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment