<!--
{
  "availability" : [
    "iOS: 10.0.0 - 14.0.0",
    "iPadOS: 10.0.0 - 14.0.0",
    "macCatalyst: 10.0.0 - 14.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "NotificationCenter",
  "identifier" : "/documentation/NotificationCenter/NCWidgetDisplayMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Notification Center"
    ],
    "preciseIdentifier" : "c:@E@NCWidgetDisplayMode"
  },
  "title" : "NCWidgetDisplayMode"
}
-->

# NCWidgetDisplayMode

The modes that can be toggled between when the user activates the More button for a widget running in iOS.

```
enum NCWidgetDisplayMode
```

## Topics

### Constants

[`NCWidgetDisplayModeCompact`](/documentation/NotificationCenter/NCWidgetDisplayMode/compact)

The current height of the widget is compact.

[`NCWidgetDisplayModeExpanded`](/documentation/NotificationCenter/NCWidgetDisplayMode/expanded)

The current height of the widget is expanded.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)