---
title: playbackControlsIncludeInfoViews
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avplayerviewcontroller/playbackcontrolsincludeinfoviews
---

# playbackControlsIncludeInfoViews

A Boolean value that indicates whether the player presents video metadata, navigation markers, and playback settings views when the user requests them.

## Declaration

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

## Discussion

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.

## See Also

### Customizing the tvOS player UI

- [playbackControlsIncludeTransportBar](avkit/avplayerviewcontroller/playbackcontrolsincludetransportbar.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)
