<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ControlSize",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI11ControlSizeO"
  },
  "title" : "ControlSize"
}
-->

# ControlSize

The size classes, like regular or small, that you can apply to controls
within a view.

```
enum ControlSize
```

## Topics

### Getting control sizes

[`ControlSize.mini`](/documentation/SwiftUI/ControlSize/mini)

A control version that is minimally sized.

[`ControlSize.small`](/documentation/SwiftUI/ControlSize/small)

A control version that is proportionally smaller size for space-constrained views.

[`ControlSize.regular`](/documentation/SwiftUI/ControlSize/regular)

A control version that is the default size.

[`ControlSize.large`](/documentation/SwiftUI/ControlSize/large)

A control version that is prominently sized.

[`ControlSize.extraLarge`](/documentation/SwiftUI/ControlSize/extraLarge)

A control version that is substantially sized. The largest control size.
Resolves to [`ControlSize.large`](/documentation/SwiftUI/ControlSize/large) on platforms other than visionOS.



---

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)