Skip to content

Instantly share code, notes, and snippets.

@projectxcappe
Created December 2, 2011 21:49
Show Gist options
  • Save projectxcappe/1424983 to your computer and use it in GitHub Desktop.
Save projectxcappe/1424983 to your computer and use it in GitHub Desktop.
this is shit.
- (void)adButtonTapped:(id)sender {
TLLog( @"BCWebAdView:adButtonTapped:sender:%@", sender );
[self _adButtonTapped:sender event:nil];
}
- (void)_adButtonTapped:(id)sender event:(UIEvent *)e {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment