List Item Tint

Sets a fixed tint color for content in a list.

List Item Tint - iOS Light Mode Preview

Platform Compatibility

iOS 14.0+ iPadOS 14.0+ macOS 11.0+ watchOS 7.0+ tvOS 14.0+ visionOS 1.0+

Tags

SwiftUI Code

Docs
List {
  Section("Header") {
    Text("Foo")
    Button("Bar", action: action)
    Label("FooBar", systemImage: "trash")
  }
  .listItemTint(.green)
}

Found an issue or have a suggestion?

Created: August 7, 2025Updated: August 7, 2025