<!--
{
  "availability" : [
    "iOS: 16.1.0 -",
    "iPadOS: 16.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WidgetKit",
  "identifier" : "/documentation/WidgetKit/DynamicIslandMode",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WidgetKit"
    ],
    "preciseIdentifier" : "s:9WidgetKit17DynamicIslandModeV"
  },
  "title" : "DynamicIslandMode"
}
-->

# DynamicIslandMode

A structure that offers values that describe the content mode for a Live Activity.

```
struct DynamicIslandMode
```

## Topics

### Dynamic Island presentations

[`static let compactLeading: DynamicIslandMode`](/documentation/WidgetKit/DynamicIslandMode/compactLeading)

The compact leading presentation of a Live Activity in the Dynamic Island.

[`static let compactTrailing: DynamicIslandMode`](/documentation/WidgetKit/DynamicIslandMode/compactTrailing)

The compact trailing presentation of a Live Activity in the Dynamic Island.

[`static let expanded: DynamicIslandMode`](/documentation/WidgetKit/DynamicIslandMode/expanded)

The expanded presentation of a Live Activity in the Dynamic Island.

[`static let minimal: DynamicIslandMode`](/documentation/WidgetKit/DynamicIslandMode/minimal)

The minimal presentation of a Live Activity in the Dynamic Island.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

---

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)