UIKit.UIGestureRecognizerDelegate Members

The members of UIKit.UIGestureRecognizerDelegate are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

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.