Compact List Section Spacing
Compact spacing between sections
Platform Compatibility
iOS 17.0+ iPadOS 17.0+ watchOS 10.0+ visionOS 1.0+
Tags
SwiftUI Code
List {
Section("Header") {
Text("Foo")
}
Section("Header") {
Text("Bar")
}
Section("Header") {
Text("Foo")
}
}
.listSectionSpacing(.compact)
Found an issue or have a suggestion?
Created: August 6, 2025Updated: August 6, 2025