---
title: "dynamicIsland(verticalPlacement:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/dynamicisland(verticalplacement:)"
---

# dynamicIsland(verticalPlacement:)

Specifies the vertical placement for a view of an expanded Live Activity that appears in the Dynamic Island.

## Declaration

```swift
@MainActor @preconcurrency func dynamicIsland(verticalPlacement: DynamicIslandExpandedRegionVerticalPlacement) -> some View

```

## Parameters

- `verticalPlacement`: The vertical placement for a view that’s part of an expanded Live Activity in the Dynamic Island.

## Return Value

Return Value A view with the specified vertical placement.
