UIPreviewInteractionDelegate.ShouldBegin(UIPreviewInteraction) Method

Definition

If true, the preview interaction may begin.

[Foundation.Export("previewInteractionShouldBegin:")]
public virtual bool ShouldBegin (UIKit.UIPreviewInteraction previewInteraction);
abstract member ShouldBegin : UIKit.UIPreviewInteraction -> bool
override this.ShouldBegin : UIKit.UIPreviewInteraction -> bool

Parameters

previewInteraction
UIPreviewInteraction

Returns

The default value is true.

Attributes

Applies to