UIDragInteractionDelegate_Extensions.WillAnimateLift 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 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
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.