Contents

playbackControlsIncludeTransportBar

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

Declaration

var playbackControlsIncludeTransportBar: Bool { get set }

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