Edit

Share via


PdfView.ShouldReceivePress(UIGestureRecognizer, UIPress) Method

Definition

Method that is called to find out if the specified recognizer should receive the specified press.

[Foundation.Export("gestureRecognizer:shouldReceivePress:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldReceivePress (UIKit.UIGestureRecognizer gestureRecognizer, UIKit.UIPress press);
abstract member ShouldReceivePress : UIKit.UIGestureRecognizer * UIKit.UIPress -> bool
override this.ShouldReceivePress : UIKit.UIGestureRecognizer * UIKit.UIPress -> bool

Parameters

gestureRecognizer
UIGestureRecognizer

The recognizer to query.

press
UIPress

The press to check.

Returns

Attributes

Applies to