UIDropInteractionDelegate.WillAnimateDrop 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.
Method that is called for each visible drag item just before the drop is animated.
[Foundation.Export("dropInteraction:item:willAnimateDropWithAnimator:")]
public virtual void WillAnimateDrop (UIKit.UIDropInteraction interaction, UIKit.UIDragItem item, UIKit.IUIDragAnimating animator);
abstract member WillAnimateDrop : UIKit.UIDropInteraction * UIKit.UIDragItem * UIKit.IUIDragAnimating -> unit
override this.WillAnimateDrop : UIKit.UIDropInteraction * UIKit.UIDragItem * UIKit.IUIDragAnimating -> unit
Parameters
- interaction
- UIDropInteraction
The interaction that is making the request.
- item
- UIDragItem
The item whose drop to animate.
- animator
- IUIDragAnimating
An animator to run custom parallel animations and in which the developer may optionally add a completion handler.
- Attributes