PdfView.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.
Method that is called to find out if gestureRecognizer
should recognize at the same time as otherGestureRecognizer
.
[Foundation.Export("gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldRecognizeSimultaneously (UIKit.UIGestureRecognizer gestureRecognizer, UIKit.UIGestureRecognizer otherGestureRecognizer);
abstract member ShouldRecognizeSimultaneously : UIKit.UIGestureRecognizer * UIKit.UIGestureRecognizer -> bool
override this.ShouldRecognizeSimultaneously : UIKit.UIGestureRecognizer * UIKit.UIGestureRecognizer -> bool
Parameters
- gestureRecognizer
- UIGestureRecognizer
The first recognizer.
- otherGestureRecognizer
- UIGestureRecognizer
The second recognizer.
Returns
- Attributes