Skip to content

Instantly share code, notes, and snippets.

@rothomp3
Created February 6, 2014 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rothomp3/8847626 to your computer and use it in GitHub Desktop.
Save rothomp3/8847626 to your computer and use it in GitHub Desktop.
Calling super.super method
Method grannyMethod = class_getClassMethod([[self superclass] superclass], _cmd);
IMP grannyImp = method_getImplementation(grannyMethod);
return grannyImp([self class], _cmd);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment