Skip to content

Instantly share code, notes, and snippets.

@jubishop
Created September 7, 2008 20:34
Show Gist options
  • Save jubishop/9309 to your computer and use it in GitHub Desktop.
Save jubishop/9309 to your computer and use it in GitHub Desktop.
- (BOOL) respondsToSelector:(SEL)selector {
NSString* methodName = NSStringFromSelector(selector);
NSLog(@"selector: %@", methodName);
return [super respondsToSelector:selector];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment