transportBarIncludesTitleView
A Boolean value that indicates whether the player user interface shows the title view above the scrubber.
Declaration
var transportBarIncludesTitleView: Bool { get set }Mentioned in
Discussion
By default, the player presents a title view. This view displays title (commonIdentifierTitle) and subtitle (iTunesMetadataTrackSubTitle) metadata embedded in a media asset or set as a player item’s externalMetadata.
The view controller ignores this property when playbackControlsIncludeTransportBar is false.