Skip to content

Instantly share code, notes, and snippets.

@keitaroemotion
Forked from kishikawakatsumi/gist:5023917
Created February 24, 2013 14:00
Show Gist options
  • Select an option

  • Save keitaroemotion/5023946 to your computer and use it in GitHub Desktop.

Select an option

Save keitaroemotion/5023946 to your computer and use it in GitHub Desktop.
@interface UIScrollView (MyGestureRecognizer)
- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceiveTouch:(UITouch *)touch;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment