Skip to content
New issue

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

Support responders #1

Open
dblock opened this issue Jan 23, 2014 · 0 comments
Open

Support responders #1

dblock opened this issue Jan 23, 2014 · 0 comments
Labels

Comments

@dblock
Copy link
Owner

dblock commented Jan 23, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant