Skip to content

Instantly share code, notes, and snippets.

View keitaroemotion's full-sized avatar

Kei Sugano (菅野契) keitaroemotion

View GitHub Profile
@interface UIScrollView (MyGestureRecognizer)
- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceiveTouch:(UITouch *)touch;
@end