UIGestureRecognizerDelegate_Extensions.ShouldRecognizeSimultaneously 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 two gesture recognizers should be allowed to recognize gestures simultaneously.
public static bool ShouldRecognizeSimultaneously (this UIKit.IUIGestureRecognizerDelegate This, UIKit.UIGestureRecognizer gestureRecognizer, UIKit.UIGestureRecognizer otherGestureRecognizer);
static member ShouldRecognizeSimultaneously : UIKit.IUIGestureRecognizerDelegate * UIKit.UIGestureRecognizer * UIKit.UIGestureRecognizer -> bool
Parameters
The instance on which this extension method operates.
- gestureRecognizer
- UIGestureRecognizer
- otherGestureRecognizer
- UIGestureRecognizer