Open
Description
- jr_swizzleMethod:withMethod:error: seems does not work on iOS7 sometimes;
// this works
[self jr_swizzleMethod:@selector(show)
withMethod:@selector(swizzledShow)
error:nil];
// but this does not, and I checked there is no any error
[self jr_swizzleMethod:@selector(dismissWithClickedButtonIndex:animated:)
withMethod:@selector(swizzledDismissWithClickedButtonIndex:animated:)
error:nil];
Metadata
Metadata
Assignees
Labels
No labels