Skip to content

Instantly share code, notes, and snippets.

View keitaroemotion's full-sized avatar

Kei Sugano (菅野契) keitaroemotion

View GitHub Profile
ruby 2.0.0p0 (2013-02-24) [i386-mingw32]
13178 tests, 2316180 assertions, 0 failures, 0 errors, 99 skips
@interface UIScrollView (MyGestureRecognizer)
- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceiveTouch:(UITouch *)touch;
@end