PdfView.ShouldBegin(UIGestureRecognizer) Method

Definition

Method that is called to find out if the specified recognizer should begin recognizing a gesture.

[Foundation.Export("gestureRecognizerShouldBegin:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldBegin (UIKit.UIGestureRecognizer recognizer);
abstract member ShouldBegin : UIKit.UIGestureRecognizer -> bool
override this.ShouldBegin : UIKit.UIGestureRecognizer -> bool

Parameters

recognizer
UIGestureRecognizer

The recognizer to query.

Returns

Attributes

Applies to