편집

Share via


UIDragInteractionDelegate.WillAnimateLift Method

Definition

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

[Foundation.Export("dragInteraction:willAnimateLiftWithAnimator:session:")]
public virtual void WillAnimateLift (UIKit.UIDragInteraction interaction, UIKit.IUIDragAnimating animator, UIKit.IUIDragSession session);
abstract member WillAnimateLift : UIKit.UIDragInteraction * UIKit.IUIDragAnimating * UIKit.IUIDragSession -> unit
override this.WillAnimateLift : 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