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

# AVContentProposalViewController

A view controller that proposes content to watch next.

```
@MainActor class AVContentProposalViewController
```

## Overview

Subclass this class to define the user interface for your content proposal.

## Topics

### Configuring the Proposal

[`contentProposal`](/documentation/AVKit/AVContentProposalViewController/contentProposal)

A prosal of content to play.

[`AVContentProposal`](/documentation/AVKit/AVContentProposal)

An object that describes the content to propose playing after the current item finishes.

[`dateOfAutomaticAcceptance`](/documentation/AVKit/AVContentProposalViewController/dateOfAutomaticAcceptance)

The date that the system automatically accepts a proposal if the user doesn’t intervene.

[`playerLayoutGuide`](/documentation/AVKit/AVContentProposalViewController/playerLayoutGuide)

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

[`preferredPlayerViewFrame`](/documentation/AVKit/AVContentProposalViewController/preferredPlayerViewFrame)

The preferred presentation frame of the player view while the content proposal is active.

### Dismissing the Proposal

[`-  dismissContentProposalForAction:animated:completion:`](/documentation/AVKit/AVContentProposalViewController/dismissContentProposal(for:animated:completion:))

Dismisses the current content proposal.

[`AVContentProposalAction`](/documentation/AVKit/AVContentProposalAction)

Constant that indicate the action a user takes when dismissing a content proposal.

### Accessing the Player View Controller

[`playerViewController`](/documentation/AVKit/AVContentProposalViewController/playerViewController)

The player view controller that presents a content proposal.

## Relationships

### Conforms To

[`UIContentContainer`](/documentation/UIKit/UIContentContainer)

[`Equatable`](/documentation/Swift/Equatable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`UITraitEnvironment`](/documentation/UIKit/UITraitEnvironment)

[`UIStateRestoring`](/documentation/UIKit/UIStateRestoring)

[`UIResponderStandardEditActions`](/documentation/UIKit/UIResponderStandardEditActions)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`Hashable`](/documentation/Swift/Hashable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`UITraitChangeObservable-67e94`](/documentation/UIKit/UITraitChangeObservable-67e94)

[`UIActivityItemsConfigurationProviding`](/documentation/UIKit/UIActivityItemsConfigurationProviding)

[`UIAppearanceContainer`](/documentation/UIKit/UIAppearanceContainer)

[`NSExtensionRequestHandling`](/documentation/Foundation/NSExtensionRequestHandling)

[`UIFocusEnvironment`](/documentation/UIKit/UIFocusEnvironment)

[`UIUserActivityRestoring`](/documentation/UIKit/UIUserActivityRestoring)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

### Inherits From

[`UIViewController`](/documentation/UIKit/UIViewController)

---

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)