The methods of UIKit.UIGestureRecognizerDelegate are listed below. For a list of all members, see the UIGestureRecognizerDelegate Members list.
See Also: Inherited members from Foundation.NSObject
ShouldBegin(UIGestureRecognizer)Whether the gesture recognition should begin. | ||
ShouldBeRequiredToFailBy(UIGestureRecognizer, UIGestureRecognizer)Whether there is a dynamic failure requirement between the specified gesture recognizers. | ||
ShouldReceiveTouch(UIGestureRecognizer, UITouch)Whether the recognizer should receive the specified touch. | ||
ShouldRecognizeSimultaneously(UIGestureRecognizer, UIGestureRecognizer)Whether the two gesture recognizers should be allowed to recognize gestures simultaneously. | ||
ShouldRequireFailureOf(UIGestureRecognizer, UIGestureRecognizer)Whether the specified gestureRecognizer should be required to fail by the otherGestureRecognizer. | ||