IUIViewControllerPreviewing.PreviewingGestureRecognizerForFailureRelationship Property
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.
Developers override this method to return a UIGestureRecognizer that can prevent the preview press from interfering with the app's other gesture recognizers.
[Foundation.Preserve(Conditional=true)]
public UIKit.UIGestureRecognizer PreviewingGestureRecognizerForFailureRelationship { [Foundation.Export("previewingGestureRecognizerForFailureRelationship")] get; }
member this.PreviewingGestureRecognizerForFailureRelationship : UIKit.UIGestureRecognizer
Property Value
- Attributes