Share via


UITableViewCell.ShouldReceivePress(UIGestureRecognizer, UIPress) Method

Definition

[Foundation.Export("gestureRecognizer:shouldReceivePress:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldReceivePress(UIKit.UIGestureRecognizer gestureRecognizer, UIKit.UIPress press);
[<Foundation.Export("gestureRecognizer:shouldReceivePress:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldReceivePress : UIKit.UIGestureRecognizer * UIKit.UIPress -> bool
override this.ShouldReceivePress : UIKit.UIGestureRecognizer * UIKit.UIPress -> bool

Parameters

gestureRecognizer
UIGestureRecognizer
press
UIPress

Returns

Implements

Attributes

Applies to