Contents

UIDragAnimating

The interface for providing custom animation alongside the system’s lift, drop, and cancellation animations.

Declaration

@MainActor protocol UIDragAnimating : NSObjectProtocol

Overview

You can use a UIDragAnimating object to animate your own changes to the preview displayed during system-provided drag and drop animations.

Topics

Adding animations

See Also

Drag sources