tintColor
A UIColor used to tint the element. When @c showsImageFullHeight is true, the tint color is applied behind the labels at the bottom of the card. Otherwise, this color is part of the gradient color at the bottom of the card.
Declaration
@NSCopying var tintColor: UIColor? { get set }Discussion
If this value is nil, iOS will use secondarySystemBackground color.