UIPreviewInteractionDelegate.DidUpdatePreviewTransition Method

Definition

The system calls this method repeatedly during the preview phase of a preview interaction.

[Foundation.Export("previewInteraction:didUpdatePreviewTransition:ended:")]
public abstract void DidUpdatePreviewTransition (UIKit.UIPreviewInteraction previewInteraction, nfloat transitionProgress, bool ended);
abstract member DidUpdatePreviewTransition : UIKit.UIPreviewInteraction * nfloat * bool -> unit

Parameters

previewInteraction
UIPreviewInteraction
transitionProgress
nfloat
ended
Boolean

Implements

Attributes

Applies to