UITableViewCell.ShouldBeRequiredToFailBy Method

Definition

Whether there is a dynamic failure requirement between the specified gesture recognizers.

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

Parameters

gestureRecognizer
UIGestureRecognizer
otherGestureRecognizer
UIGestureRecognizer

Returns

Attributes

Applies to