Share via


UIPreviewInteractionDelegate.DidUpdatePreviewTransition Method

Definition

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

Parameters

previewInteraction
UIPreviewInteraction
transitionProgress
NFloat
ended
Boolean

Implements

Attributes

Applies to