---
title: playbackControlsIncludeTransportBar
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avplayerviewcontroller/playbackcontrolsincludetransportbar
---

# playbackControlsIncludeTransportBar

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

## Declaration

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

## Discussion

Discussion Set this property to false, and set 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.

## See Also

### Customizing the tvOS player UI

- [playbackControlsIncludeInfoViews](avkit/avplayerviewcontroller/playbackcontrolsincludeinfoviews.md)
- [transportBarIncludesTitleView](avkit/avplayerviewcontroller/transportbarincludestitleview.md)
- [transportBarCustomMenuItems](avkit/avplayerviewcontroller/transportbarcustommenuitems.md)
- [customInfoViewControllers](avkit/avplayerviewcontroller/custominfoviewcontrollers.md)
- [infoViewActions](avkit/avplayerviewcontroller/infoviewactions.md)
- [contextualActions](avkit/avplayerviewcontroller/contextualactions.md)
- [customOverlayViewController](avkit/avplayerviewcontroller/customoverlayviewcontroller.md)
- [unobscuredContentGuide](avkit/avplayerviewcontroller/unobscuredcontentguide.md)
- [customInfoViewController](avkit/avplayerviewcontroller/custominfoviewcontroller.md)
