Contents

IgnoresDisplayFrequency

Controls whether a tip obeys the preconfigured display frequency interval.

Declaration

struct IgnoresDisplayFrequency

Overview

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)
    }
}

Topics

Initializers

See Also

Options