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

# UISplitArrangement

An arrangement that splits views.

```
struct UISplitArrangement
```

## Topics

### Creating a split arrangement

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

Creates a split arrangement.

### Configuring the arrangement

[`func axes(UIAxis) -> UISplitArrangement`](/documentation/UIKit/UISplitArrangement-swift.struct/axes(_:))

Sets the axes of the arrangement.

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

A dimension for a view within a split arrangement.

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

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

## Relationships

### Conforms To

[`Arrangement`](/documentation/UIKit/UIArrangementViewController/Arrangement)

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

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

---

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)