UITableViewCell.ShouldBegin(UIGestureRecognizer) Method

Definition

Whether the gesture recognition should begin.

[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

Returns

Attributes

Applies to