playbackControlsIncludeInfoViews
A Boolean value that indicates whether the player presents video metadata, navigation markers, and playback settings views when the user requests them.
Declaration
var playbackControlsIncludeInfoViews: Bool { get set }Discussion
This property determines whether the player shows views for video metadata, navigation markers, and playback settings. Set this property value to false, and showsPlaybackControls to true, to selectively prevent the player from displaying its information and setting panels. Changing the value of this property doesn’t immediately change the visibility of the info views.
The default value is true.