<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVContentSelectionViewController",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:@M@AVKit@objc(cs)AVContentSelectionViewController"
  },
  "title" : "AVContentSelectionViewController"
}
-->

# AVContentSelectionViewController

A view controller for providing additional UI to the multiview experience.

```
@MainActor @objc(AVContentSelectionViewController) @preconcurrency class AVContentSelectionViewController
```

## Overview

Subclass or use view controller containment to add additional UI elements to the multiview experience.

## Topics

### Creating a view controller

[`init?(coder: NSCoder)`](/documentation/AVKit/AVContentSelectionViewController/init(coder:))

Creates a view controller with data in an unarchiver.

[`init(nibName: String?, bundle: Bundle?)`](/documentation/AVKit/AVContentSelectionViewController/init(nibName:bundle:))

Creates a view controller with the nib file in the specified bundle.

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### 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)