shouldDisplay
A Boolean value that determines whether to display a tip.
Declaration
var shouldDisplay: Bool { get }Discussion
This value returns true when a tip’s status is .available, and false otherwise.
A Boolean value that determines whether to display a tip.
var shouldDisplay: Bool { get }This value returns true when a tip’s status is .available, and false otherwise.