UIGestureRecognizer.RequireGestureRecognizerToFail 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.
Causes this UIGestureRecognizer to only work if the specified UIGestureRecognizer fails (e.g., a single-tap gesture might require that a double-tap gesture fail).
[Foundation.Export("requireGestureRecognizerToFail:")]
public virtual void RequireGestureRecognizerToFail (UIKit.UIGestureRecognizer otherGestureRecognizer);
abstract member RequireGestureRecognizerToFail : UIKit.UIGestureRecognizer -> unit
override this.RequireGestureRecognizerToFail : UIKit.UIGestureRecognizer -> unit
Parameters
- otherGestureRecognizer
- UIGestureRecognizer
- Attributes