Share via


UIGestureRecognizerDelegate.ShouldBegin(UIGestureRecognizer) Method

Definition

Whether the gesture recognition should begin.

[Foundation.Export("gestureRecognizerShouldBegin:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldBegin(UIKit.UIGestureRecognizer recognizer);
[<Foundation.Export("gestureRecognizerShouldBegin:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldBegin : UIKit.UIGestureRecognizer -> bool
override this.ShouldBegin : UIKit.UIGestureRecognizer -> bool

Parameters

recognizer
UIGestureRecognizer

Returns

Implements

Attributes

Applies to