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

# transportBarCustomMenuItems

An array of actions and menus to display with the default player controls.

```
var transportBarCustomMenuItems: [UIMenuElement] { get set }
```

## Discussion

Use this property to display custom pop-up menus in transport bar. This property only supports menu elements of type <doc://com.apple.documentation/documentation/UIKit/UIAction> and <doc://com.apple.documentation/documentation/UIKit/UIMenu>, and supports displaying inline one level of submenus.

---

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)