Skip to content

Commit

Permalink
Fix an internal crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
JazysYu committed Jul 1, 2016
1 parent 7a6544d commit 84eb983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JZNavigationExtension/UINavigationController+JZExtension.m
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ @implementation UINavigationController (JZExtension)
[invocation setTarget:target];
[invocation setSelector:selector];
[invocation setArgument:argument atIndex:2];
[invocation retainArguments];
return invocation;
};

Expand Down

0 comments on commit 84eb983

Please sign in to comment.