Contents

ListItemTint

A tint effect configuration that you can apply to content in a list.

Declaration

struct ListItemTint

Overview

Use one of these tint values with the listItemTint(_:) view modifier. The containing list applies the tint in a platform-specific way. On iOS and macOS, sidebars apply the tint color to Label icons, which otherwise use the app’s accent color by default.

Topics

Getting list item tint options

See Also

Configuring rows