List Section Separator Tint

Sets the tint color associated with a section.

List Section Separator Tint - iOS Light Mode Preview

Platform Compatibility

iOS 15.0+ iPadOS 15.0+ macOS 13.0+ visionOS 1.0+

Tags

SwiftUI Code

Docs
List {
  Section("Header") {
    Text("Foo")
  }
  .listSectionSeparatorTint(.accentColor)

  Section("Header") {
    Text("Bar")
  }
}
.listStyle(.grouped)

Found an issue or have a suggestion?

Created: August 10, 2025Updated: August 10, 2025