Share via


UIDragInteractionDelegate_Extensions.WillAnimateLift Method

Definition

Method that is called before each item with a lift preview is about to lift.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void WillAnimateLift(this UIKit.IUIDragInteractionDelegate This, UIKit.UIDragInteraction interaction, UIKit.IUIDragAnimating animator, UIKit.IUIDragSession session);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillAnimateLift : UIKit.IUIDragInteractionDelegate * UIKit.UIDragInteraction * UIKit.IUIDragAnimating * UIKit.IUIDragSession -> unit

Parameters

interaction
UIDragInteraction

The interaction that is making the request.

animator
IUIDragAnimating

An animator to run custom parallel animations and in which the developer may optionally add a completion handler.

session
IUIDragSession

The session.

Attributes

Applies to