<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVExperienceController/Experience-swift.enum/expanded",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "s:5AVKit22AVExperienceControllerC10ExperienceO8expandedyA2EmF"
  },
  "title" : "AVExperienceController.Experience.expanded"
}
-->

# AVExperienceController.Experience.expanded

An experience where the system places the video outside of its original container.

```
case expanded
```

## Discussion

Transition to this experience to get the appropriate expanded experience for the platform.

It’s valid to transition to this experience even when the original container isn’t in a view hierarchy. In this case, you must specify a [`fallbackPlacement`](/documentation/AVKit/AVExperienceController/ExpandedConfiguration/fallbackPlacement) or the transition result is [`AVExperienceController.TransitionContext.TransitionResult.reversed(reason:)`](/documentation/AVKit/AVExperienceController/TransitionContext/TransitionResult/reversed(reason:)).

> Note: This experience to is analogous to a player view controller’s fullscreen state.

---

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)