Share via


UIViewControllerContextTransitioning.UpdateInteractiveTransition Method

Definition

Updates the completion percentage of the transition.

[Foundation.Export("updateInteractiveTransition:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void UpdateInteractiveTransition(System.Runtime.InteropServices.NFloat percentComplete);
[<Foundation.Export("updateInteractiveTransition:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member UpdateInteractiveTransition : System.Runtime.InteropServices.NFloat -> unit
override this.UpdateInteractiveTransition : System.Runtime.InteropServices.NFloat -> unit

Parameters

percentComplete
NFloat

Implements

Attributes

Applies to