Contents

init(gaugeProvider:outerTextProvider:)

Creates a template that has a gauge and an outer text element.

Declaration

init(gaugeProvider: CLKGaugeProvider, outerTextProvider: CLKTextProvider)

Parameters

  • gaugeProvider:

    The gauge provider for the template.

  • outerTextProvider:

    The text provider for the outer line of text. The template ignores this text provider’s tint color, and always displays the text with a system color.

See Also

Creating the Template