<!--
{
  "availability" : [
    "tvOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVContentProposalViewController/playerLayoutGuide",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(cs)AVContentProposalViewController(py)playerLayoutGuide"
  },
  "title" : "playerLayoutGuide"
}
-->

# playerLayoutGuide

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

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

## 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`](/documentation/AVKit/AVContentProposalViewController/preferredPlayerViewFrame) property value.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)