---
title: fallbackPlacement
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avexperiencecontroller/expandedconfiguration/fallbackplacement
---

# fallbackPlacement

A fallback placement to use when the original container isn’t in the view controller hierarchy.

## Declaration

```swift
var fallbackPlacement: AVExperienceController.ExpandedConfiguration.Placement
```

## Discussion

Discussion The system places expanded experience over the scene of the original container. When the container isn’t available, the system uses this value. If neither specifies a valid placement, attempting to transition to an expanded experience fails.

## See Also

### Specifying placement

- [AVExperienceController.ExpandedConfiguration.Placement](avkit/avexperiencecontroller/expandedconfiguration/placement.md)
