Share via


IUIViewControllerPreviewing.PreviewingGestureRecognizerForFailureRelationship Property

Definition

Developers override this method to return a UIGestureRecognizer that can prevent the preview press from interfering with the app's other gesture recognizers.

[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIGestureRecognizer PreviewingGestureRecognizerForFailureRelationship { [Foundation.Export("previewingGestureRecognizerForFailureRelationship")] get; }
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("previewingGestureRecognizerForFailureRelationship")>]
member this.PreviewingGestureRecognizerForFailureRelationship : UIKit.UIGestureRecognizer

Property Value

Attributes

Applies to