<!--
{
  "availability" : [
    "iOS: 27.1.0 -",
    "iPadOS: 27.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UISplitArrangement-swift.struct/DimensionRange",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:5UIKit18UISplitArrangementV14DimensionRangeV"
  },
  "title" : "UISplitArrangement.DimensionRange"
}
-->

# UISplitArrangement.DimensionRange

A range of dimensions defining the minimum, preferred, and maximum size for a view within a split arrangement.

```
struct DimensionRange
```

## Topics

### Creating a dimension range

[`init()`](/documentation/UIKit/UISplitArrangement-swift.struct/DimensionRange/init())

Creates a dimension range.

### Getting the dimensions

[`var minimum: UISplitArrangement.Dimension`](/documentation/UIKit/UISplitArrangement-swift.struct/DimensionRange/minimum)

The minimum dimension for the view.

[`var preferred: UISplitArrangement.Dimension`](/documentation/UIKit/UISplitArrangement-swift.struct/DimensionRange/preferred)

The preferred dimension for the view.

[`var maximum: UISplitArrangement.Dimension`](/documentation/UIKit/UISplitArrangement-swift.struct/DimensionRange/maximum)

The maximum dimension for the view.

## Relationships

### Conforms To

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

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

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

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

---

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)