Contents

init(circularTemplate:textProvider:)

Creates a circular template with text that wraps around the bezel.

Declaration

init(circularTemplate: CLKComplicationTemplateGraphicCircular, textProvider: CLKTextProvider?)

Parameters

  • circularTemplate:

    A graphic circular template.

  • textProvider:

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

See Also

Creating the Template