---
title: infoViewActions
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avplayerviewcontroller/infoviewactions
---

# infoViewActions

An array of actions to present in the Info content view.

## Declaration

```swift
var infoViewActions: [UIAction]! { get set }
```

## Mentioned in

Adopting the system player interface in visionOS Customizing the tvOS Playback Experience

## Discussion

Discussion The Info content view can display up to two custom action controls along its trailing edge. The default value of this property is a single action that plays the current media from the beginning when tapped.

## See Also

### Customizing the tvOS player UI

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