---
title: DynamicIslandExpandedContent
framework: widgetkit
role: symbol
role_heading: Structure
path: widgetkit/dynamicislandexpandedcontent
---

# DynamicIslandExpandedContent

A view that describes the expanded presentation of a Live Activity that appears in the Dynamic Island.

## Declaration

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

## Overview

Overview This view holds the intermediate content for the DynamicIslandExpandedContentBuilder.

## See Also

### 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)
- [DynamicIslandExpandedContentBuilder](widgetkit/dynamicislandexpandedcontentbuilder.md)
