Only Horizontal Split Arrangement Style
Creates a split arrangement that only split its views into a vertical split layout using the vertical axis.
Platform Compatibility
iOS 27.1+ iPadOS 27.1+
Tags
SwiftUI Code
ArrangementView {
Color.blue
} secondary: {
Color.orange
}
.arrangementViewStyle(.split.axes(.vertical))Found an issue or have a suggestion?
Created: September 24, 2026Updated: September 24, 2026