UIGestureRecognizerDelegate.ShouldRequireFailureOf 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 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)]
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