actionPopUpButtonMenu
An action pop-up button menu that the player view displays.
Declaration
@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 of AVPlayerViewControlsStyle.floating or AVPlayerViewControlsStyle.inline.
The default value is nil.