UIDragInteractionDelegate.WillAnimateCancel Method

Definition

Method that is called before the animation of each item in a cancellation begins.

[Foundation.Export("dragInteraction:item:willAnimateCancelWithAnimator:")]
public virtual void WillAnimateCancel (UIKit.UIDragInteraction interaction, UIKit.UIDragItem item, UIKit.IUIDragAnimating animator);
abstract member WillAnimateCancel : UIKit.UIDragInteraction * UIKit.UIDragItem * UIKit.IUIDragAnimating -> unit
override this.WillAnimateCancel : UIKit.UIDragInteraction * UIKit.UIDragItem * UIKit.IUIDragAnimating -> unit

Parameters

interaction
UIDragInteraction

The interaction that is making the request.

item
UIDragItem

The item whose cancellation will be animated.

animator
IUIDragAnimating

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

Attributes

Applies to