UIPreviewInteractionDelegate_Extensions.DidUpdateCommit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The system calls this method repeatedly during the commit phase of a preview interaction.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidUpdateCommit(this UIKit.IUIPreviewInteractionDelegate This, UIKit.UIPreviewInteraction previewInteraction, System.Runtime.InteropServices.NFloat transitionProgress, bool ended);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidUpdateCommit : UIKit.IUIPreviewInteractionDelegate * UIKit.UIPreviewInteraction * System.Runtime.InteropServices.NFloat * bool -> unit
Parameters
- previewInteraction
- UIPreviewInteraction
- transitionProgress
- NFloat
- ended
- Boolean
- Attributes