UIKit.UIGestureRecognizerDelegate: Method Members

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

Public Methods

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