Increased Header Prominence
Sets the header prominence to increased for this view.
Platform Compatibility
iOS 15.0+ iPadOS 15.0+ macOS 12.0+ watchOS 8.0+ tvOS 15.0+ visionOS 1.0+
Tags
SwiftUI Code
List {
Section {
Text("Foo")
} header: {
Text("Header")
} footer: {
Text("Footer")
}
}
.frame(height: 130)
.headerProminence(.increased)
List {
Section {
Text("Foo")
} header: {
Text("Header")
} footer: {
Text("Footer")
}
}
.frame(height: 130)
Found an issue or have a suggestion?
Created: August 6, 2025Updated: August 6, 2025