<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIContextMenuInteractionAnimating",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIContextMenuInteractionAnimating"
  },
  "title" : "UIContextMenuInteractionAnimating"
}
-->

# UIContextMenuInteractionAnimating

Methods adopted by system-supplied animator objects when interacting with context menus.

```
@MainActor protocol UIContextMenuInteractionAnimating : NSObjectProtocol
```

## Topics

### Adding Custom Animations

[`addAnimations(_:)`](/documentation/UIKit/UIContextMenuInteractionAnimating/addAnimations(_:))

Adds the specified animation block to the animator.

[`addCompletion(_:)`](/documentation/UIKit/UIContextMenuInteractionAnimating/addCompletion(_:))

Adds the specified completion block to the animator.

### Previewing the Content

[`previewViewController`](/documentation/UIKit/UIContextMenuInteractionAnimating/previewViewController)

The current preview view controller.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)