jrswizzle
jrswizzle copied to clipboard
one-stop-shop for all your method swizzling needs
Jrswizzle belongs to the 10 most referenced projects on CocoaPods. Keep up the good work.
\- jr_swizzleMethod:withMethod:error: seems does not work on iOS7 sometimes; ``` objc // this works [self jr_swizzleMethod:@selector(show) withMethod:@selector(swizzledShow) error:nil]; // but this does not, and I checked there is no any...
Test Case: http://pastie.org/2816153 Also, swapping the order of the `jr_swizzleMethod:withMethod:error:` calls does cause both hooks to be called, but it is not possible to require specific ordering when multiple parties...