UITableViewCell.ShouldBeRequiredToFailBy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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