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

# UISplitArrangement.Dimension

A dimension for a view within a split arrangement.

```
struct Dimension
```

## Topics

### Getting a dimension

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

The automatic dimension for a split arrangement.

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

The intrinsic dimension for a split arrangement based on intrinsic content size.

[`static func absolute(CGFloat) -> UISplitArrangement.Dimension`](/documentation/UIKit/UISplitArrangement-swift.struct/Dimension/absolute(_:))

An absolute dimension for a split arrangement.

[`static func fractional(CGFloat) -> UISplitArrangement.Dimension`](/documentation/UIKit/UISplitArrangement-swift.struct/Dimension/fractional(_:))

A fractional dimension for a split arrangement.

## Relationships

### Conforms To

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

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

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

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

---

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)