<!--
{
  "availability" : [
    "iOS: 27.1.0 -",
    "iPadOS: 27.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ArrangementViewStyle/split",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI20ArrangementViewStylePA2A05SplitcdE0VRszrlE5splitAEvpZ"
  },
  "title" : "split"
}
-->

# split

An arrangement view style that places the primary and secondary
views side by side along one or more axes.

```
@export(implementation) nonisolated static var split: SplitArrangementViewStyle { get }
```

## Discussion

The split arrangement adapts its layout axis based on the available
size and size class. Use this style for experiences that display two
distinct pieces of content simultaneously, such as a music player
alongside its lyrics or a calculator with a conversion panel.

Constrain which axes the split supports using
[`axes(_:)`](/documentation/SwiftUI/SplitArrangementViewStyle/axes(_:)).

---

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)