Share via


IUIPreviewInteractionDelegate.DidUpdatePreviewTransition Method

Definition

[Foundation.Export("previewInteraction:didUpdatePreviewTransition:ended:")]
[Foundation.RequiredMember]
[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:")>]
[<Foundation.RequiredMember>]
[<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
Attributes

Applies to