UIDragInteractionDelegate_Extensions.WillAnimateLift Method

Definition

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

public static void WillAnimateLift (this UIKit.IUIDragInteractionDelegate This, UIKit.UIDragInteraction interaction, UIKit.IUIDragAnimating animator, UIKit.IUIDragSession session);
static member WillAnimateLift : UIKit.IUIDragInteractionDelegate * UIKit.UIDragInteraction * UIKit.IUIDragAnimating * UIKit.IUIDragSession -> unit

Parameters

This
IUIDragInteractionDelegate

The instance on which this extension method operates.

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.

Applies to