UIKit.UIGestureRecognizerDelegate_Extensions Members

The members of UIKit.UIGestureRecognizerDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
ShouldBegin(this IUIGestureRecognizerDelegate, UIGestureRecognizer) : bool
Whether the gesture recognition should begin.
static
ShouldBeRequiredToFailBy(this IUIGestureRecognizerDelegate, UIGestureRecognizer, UIGestureRecognizer) : bool
Whether there is a dynamic failure requirement between the specified gesture recognizers.
static
ShouldReceiveTouch(this IUIGestureRecognizerDelegate, UIGestureRecognizer, UITouch) : bool
Whether the recognizer should receive the specified touch.
static
ShouldRecognizeSimultaneously(this IUIGestureRecognizerDelegate, UIGestureRecognizer, UIGestureRecognizer) : bool
Whether the two gesture recognizers should be allowed to recognize gestures simultaneously.
static
ShouldRequireFailureOf(this IUIGestureRecognizerDelegate, UIGestureRecognizer, UIGestureRecognizer) : bool
Whether the specified gestureRecognizer should be required to fail by the otherGestureRecognizer.