The members of UIKit.UIGestureRecognizerDelegate_Extensions are listed below.
See Also: Inherited members from System.Object
static | ShouldBegin(this IUIGestureRecognizerDelegate, UIGestureRecognizer)Whether the gesture recognition should begin. | |
static | ShouldBeRequiredToFailBy(this IUIGestureRecognizerDelegate, UIGestureRecognizer, UIGestureRecognizer)Whether there is a dynamic failure requirement between the specified gesture recognizers. | |
static | ShouldReceiveTouch(this IUIGestureRecognizerDelegate, UIGestureRecognizer, UITouch)Whether the recognizer should receive the specified touch. | |
static | ShouldRecognizeSimultaneously(this IUIGestureRecognizerDelegate, UIGestureRecognizer, UIGestureRecognizer)Whether the two gesture recognizers should be allowed to recognize gestures simultaneously. | |
static | ShouldRequireFailureOf(this IUIGestureRecognizerDelegate, UIGestureRecognizer, UIGestureRecognizer)Whether the specified gestureRecognizer should be required to fail by the otherGestureRecognizer. | |