<!--
{
  "availability" : [
    "macOS: 10.9.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVPlayerView/actionPopUpButtonMenu",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(cs)AVPlayerView(py)actionPopUpButtonMenu"
  },
  "title" : "actionPopUpButtonMenu"
}
-->

# actionPopUpButtonMenu

An action pop-up button menu that the player view displays.

```
@IBOutlet var actionPopUpButtonMenu: NSMenu? { get set }
```

## Discussion

Set this property value to show an action pop-up button. Setting a custom action pop-up button is currently supported only for a [`controlsStyle`](/documentation/AVKit/AVPlayerView/controlsStyle) of [`AVPlayerViewControlsStyle.floating`](/documentation/AVKit/AVPlayerViewControlsStyle/floating) or [`AVPlayerViewControlsStyle.inline`](/documentation/AVKit/AVPlayerViewControlsStyle/inline).

The default value is `nil`.

---

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)