<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVPlayerViewController/contextualActionsPreviewImage",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(cs)AVPlayerViewController(py)contextualActionsPreviewImage"
  },
  "title" : "contextualActionsPreviewImage"
}
-->

# contextualActionsPreviewImage

An image to show alongside the contextual actions.

```
@NSCopying var contextualActionsPreviewImage: UIImage? { get set }
```

## Discussion

Use this to enhance a contextual action with more context. For example, if the action presents a button to jump back in time, show a preview frame of where in the movie the action skips to.

> Note:
> The system only displays an image if the ``doc://com.apple.avkit/documentation/AVKit/AVPlayerViewController/contextualActions`` property contains a single value.

---

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)