1
touches

Touch4Apps - MonoTouch TapGesture without gesture recognizer - iPhone MonoTouch development - Touch4Apps

posted by sichysichy 574 days, 21 hours, 20 minutes ago
Thursday, October 21, 2010 10:37:11 PM GMT

Few weeks ago I wrote a post about how to handle tap gesture on iOS prior gesture recognizers. In Objective-C there is simple trick with [self.nextResponder ...] and then [NSObject cancelPreviousPerformRequestWithTarget ...].

In MonoTouch NextResponder on Controller object is read only for some reason, and therefore cannot be used to implement this technique in a simple way. So a bit more coding is needed.

category: Articles | clicked: 110 | | source: blog.touch4apps.com | show counter code
tags: gesture recognizer, MonoTouch, UITouch, UIView, UIViewController

No comments yet, be the first one to post comment.

To post your comment please login or signup