---
title: playerLayoutGuide
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avcontentproposalviewcontroller/playerlayoutguide
---

# playerLayoutGuide

A layout guide that tracks the size and location of the player view.

## Declaration

```swift
var playerLayoutGuide: UILayoutGuide { get }
```

## Mentioned in

Presenting Content Proposals in tvOS

## Discussion

Discussion The view controller can constrain its views using the anchors of the player layout guide, which has the same size and position as the player view. The layout guide is always relative to the current preferredPlayerViewFrame property value.

## See Also

### Configuring the Proposal

- [contentProposal](avkit/avcontentproposalviewcontroller/contentproposal.md)
- [AVContentProposal](avkit/avcontentproposal.md)
- [dateOfAutomaticAcceptance](avkit/avcontentproposalviewcontroller/dateofautomaticacceptance.md)
- [preferredPlayerViewFrame](avkit/avcontentproposalviewcontroller/preferredplayerviewframe.md)
