---
title: DynamicIslandExpandedRegion
framework: widgetkit
role: symbol
role_heading: Structure
path: widgetkit/dynamicislandexpandedregion
---

# DynamicIslandExpandedRegion

A structure that defines and positions the content of an expanded Live Activity in the Dynamic Island.

## Declaration

```swift
struct DynamicIslandExpandedRegion<Content> where Content : View
```

## Overview

Overview The expanded presentation of a Live Activity in the Dynamic Island consists of four regions: center places content right below the TrueDepth camera. leading places content along the leading edge of the expanded Live Activity next to the TrueDepth camera and wraps additional content below it. trailing places content along the trailing edge of the expanded Live Activity next to the TrueDepth camera and wraps additional content below it. bottom places content below leading, trailing, and center content.

## Topics

### Creating the expanded presentation

- [init(_:priority:content:)](widgetkit/dynamicislandexpandedregion/init(_:priority:content:).md)
- [DynamicIslandExpandedRegionPosition](widgetkit/dynamicislandexpandedregionposition.md)
- [dynamicIsland(verticalPlacement:)](swiftui/view/dynamicisland(verticalplacement:).md)
- [DynamicIslandExpandedRegionVerticalPlacement](widgetkit/dynamicislandexpandedregionverticalplacement.md)
- [DynamicIslandExpandedContent](widgetkit/dynamicislandexpandedcontent.md)
- [DynamicIslandExpandedContentBuilder](widgetkit/dynamicislandexpandedcontentbuilder.md)

### Specifying custom content margins

- [contentMargins(_:_:)](widgetkit/dynamicislandexpandedregion/contentmargins(_:_:).md)

## See Also

### Creating the view for the Dynamic Island

- [init(expanded:compactLeading:compactTrailing:minimal:)](widgetkit/dynamicisland/init(expanded:compactleading:compacttrailing:minimal:).md)
