<!--
{
  "availability" : [
    "iOS: 16.1.0 -",
    "iPadOS: 16.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WidgetKit",
  "identifier" : "/documentation/WidgetKit/DynamicIslandExpandedRegion/init(_:priority:content:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "WidgetKit"
    ],
    "preciseIdentifier" : "s:9WidgetKit27DynamicIslandExpandedRegionV_8priority7contentACyxGAA0cdeF8PositionV_SdxyXEtcfc"
  },
  "title" : "init(_:priority:content:)"
}
-->

# init(_:priority:content:)

Creates the object that defines and positions the content of an expanded Live Activity in the
Dynamic Island.

```
init(_ position: DynamicIslandExpandedRegionPosition, priority: Double = 0, @ViewBuilder content: () -> Content)
```

## Parameters

`position`

The position for Live Activity content.

`priority`

The priority that tells the system which content to prioritize when it sizes
the content of an expanded Live Activity in the Dynamic Island.

`content`

The content of an expanded Live Activity.

---

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)