Created
February 6, 2014 16:27
-
-
Save rothomp3/8847626 to your computer and use it in GitHub Desktop.
Calling super.super method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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