Contents

init(_:_:)

Creates a tip group with the specified presentation priority.

Declaration

init(_ priority: TipGroup.Priority = .firstAvailable, @Tips.GroupBuilder _ builder: () -> [any Tip])

Parameters

  • priority:

    Presentation priority of the tips. The default value is Firstavailable.

  • builder:

    The tips to display.