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

# playbackControlsIncludeTransportBar

A Boolean value that indicates whether the player shows the transport bar and related controls.

```
var playbackControlsIncludeTransportBar: Bool { get set }
```

## Discussion

Set this property to `false`, and set [`showsPlaybackControls`](/documentation/AVKit/AVPlayerViewController/showsPlaybackControls) to `true`, to selectively prevent the player from presenting the transport bar during user interaction. Changing the value of this property doesn’t immediately change the visibility of the transport bar.

The default value is `true`.

---

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)