Share via


UIGestureRecognizerDelegate_Extensions.ShouldBegin Method

Definition

Whether the gesture recognition should begin.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldBegin(this UIKit.IUIGestureRecognizerDelegate This, UIKit.UIGestureRecognizer recognizer);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldBegin : UIKit.IUIGestureRecognizerDelegate * UIKit.UIGestureRecognizer -> bool

Parameters

recognizer
UIGestureRecognizer

Returns

Attributes

Applies to