Split Arrangement Layout Ratio
Sets the preferred size ratio for an arrangement view in a split style. Use this modifier when you want to customize the size of the view compared to its other views in the split layout.
Platform Compatibility
iOS 27.1+ iPadOS 27.1+
Tags
SwiftUI Code
ArrangementView {
Color.blue
} secondary: {
Color.orange
.splitArrangementLayoutRatio(0.24)
}Found an issue or have a suggestion?
Created: September 24, 2026Updated: September 24, 2026