UITableViewCell.ShouldRequireFailureOf Method

Definition

Whether the specified gestureRecognizer should be required to fail by the otherGestureRecognizer.

[Foundation.Export("gestureRecognizer:shouldRequireFailureOfGestureRecognizer:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldRequireFailureOf (UIKit.UIGestureRecognizer gestureRecognizer, UIKit.UIGestureRecognizer otherGestureRecognizer);
abstract member ShouldRequireFailureOf : UIKit.UIGestureRecognizer * UIKit.UIGestureRecognizer -> bool
override this.ShouldRequireFailureOf : UIKit.UIGestureRecognizer * UIKit.UIGestureRecognizer -> bool

Parameters

gestureRecognizer
UIGestureRecognizer
otherGestureRecognizer
UIGestureRecognizer

Returns

Attributes

Applies to