---
title: split
framework: SwiftUI
role: symbol
role_heading: Type Property
platforms: [iOS 27.1+, iPadOS 27.1+]
path: swiftui/arrangementviewstyle/split
---

# split

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

## Declaration

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

## Discussion

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(_:).

## See Also

### Getting arrangement view styles

- [automatic](swiftui/arrangementviewstyle/automatic.md)
- [overlay](swiftui/arrangementviewstyle/overlay.md)
