Contents

init(headerTextProvider:body1TextProvider:gaugeProvider:)

Creates a new template that has header text, body text, and a gauge.

Declaration

init(headerTextProvider: CLKTextProvider, body1TextProvider: CLKTextProvider, gaugeProvider: CLKGaugeProvider)

Parameters

  • headerTextProvider:

    The text provider for the header text. The template supports multicolored text from this text provider.

  • body1TextProvider:

    The text provider for the body text. The template supports multicolored text from this text provider.

  • gaugeProvider:

    The gauge provider for the template.

See Also

Creating the Template