UIContextMenuInteractionCommitAnimating
Methods adopted by system-supplied animator objects when committing preview-related animations.
Declaration
@MainActor protocol UIContextMenuInteractionCommitAnimating : UIContextMenuInteractionAnimatingOverview
When the user taps in a preview interface to dismiss it, UIKit creates an object that adopts this protocol and passes it to your UIContextMenuInteractionDelegate method. Use the object to add any custom animations that you want to run alongside the dismissal animations.