UIPreviewInteractionDelegate.DidUpdateCommit Method

Definition

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

[Foundation.Export("previewInteraction:didUpdateCommitTransition:ended:")]
public virtual void DidUpdateCommit (UIKit.UIPreviewInteraction previewInteraction, nfloat transitionProgress, bool ended);
abstract member DidUpdateCommit : UIKit.UIPreviewInteraction * nfloat * bool -> unit
override this.DidUpdateCommit : UIKit.UIPreviewInteraction * nfloat * bool -> unit

Parameters

previewInteraction
UIPreviewInteraction
transitionProgress
nfloat
ended
Boolean
Attributes

Applies to