We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You can write a responder (see http://stackoverflow.com/questions/6741746/how-do-responder-chain-works-in-iphone-what-are-the-next-responders) that doesn't get included into anything.
We have this:
#import "ARArtworkViewController.h" @interface ARArtworkViewController (ButtonActions) @end @implementation ARArtworkViewController (ButtonActions) - (void)tappedSomething:(SomeView *)sender { }
This causes a false positive.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You can write a responder (see http://stackoverflow.com/questions/6741746/how-do-responder-chain-works-in-iphone-what-are-the-next-responders) that doesn't get included into anything.
We have this:
This causes a false positive.
The text was updated successfully, but these errors were encountered: