IgnoresDisplayFrequency
Controls whether a tip obeys the preconfigured display frequency interval.
Declaration
typealias IgnoresDisplayFrequency = Tips.IgnoresDisplayFrequencyOverview
Use this option to allow a tip to appear even if the displayFrequency(_:) has not been satisfied.
The default value of this option is false.
struct FavoriteBackyardTip: Tip {
var options: [any Option] {
IgnoresDisplayFrequency(true)
}
}