Share via


UIPreviewInteractionDelegate.DidUpdateCommit Method

Definition

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

[Foundation.Export("previewInteraction:didUpdateCommitTransition:ended:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidUpdateCommit(UIKit.UIPreviewInteraction previewInteraction, System.Runtime.InteropServices.NFloat transitionProgress, bool ended);
[<Foundation.Export("previewInteraction:didUpdateCommitTransition:ended:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidUpdateCommit : UIKit.UIPreviewInteraction * System.Runtime.InteropServices.NFloat * bool -> unit
override this.DidUpdateCommit : UIKit.UIPreviewInteraction * System.Runtime.InteropServices.NFloat * bool -> unit

Parameters

previewInteraction
UIPreviewInteraction
transitionProgress
NFloat
ended
Boolean

Implements

Attributes

Applies to