---
title: actionPopUpButtonMenu
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avplayerview/actionpopupbuttonmenu
---

# actionPopUpButtonMenu

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

## Declaration

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

## Discussion

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 of AVPlayerViewControlsStyle.floating or AVPlayerViewControlsStyle.inline. The default value is nil.

## See Also

### Customizing the user interface

- [controlsStyle](avkit/avplayerview/controlsstyle.md)
- [AVPlayerViewControlsStyle](avkit/avplayerviewcontrolsstyle.md)
- [showsFrameSteppingButtons](avkit/avplayerview/showsframesteppingbuttons.md)
- [showsSharingServiceButton](avkit/avplayerview/showssharingservicebutton.md)
- [showsFullScreenToggleButton](avkit/avplayerview/showsfullscreentogglebutton.md)
- [showsTimecodes](avkit/avplayerview/showstimecodes.md)
- [contentOverlayView](avkit/avplayerview/contentoverlayview.md)
- [updatesNowPlayingInfoCenter](avkit/avplayerview/updatesnowplayinginfocenter.md)
