init(headerTextProvider:body1TextProvider:)
Creates a new template that has a row of header text and a row of body text.
Declaration
init(headerTextProvider: CLKTextProvider, body1TextProvider: CLKTextProvider)Parameters
- headerTextProvider:
The text provider for the header. For multicolor faces, like the Utility face, the system uses the text provider’s tint color for the text. For other faces, the system ignores the provided tint color, and uses a system color instead.
- body1TextProvider:
The text provider for the row of body text. For multicolor faces, like the Utility face, the system uses the text provider’s tint color for the text. For other faces, the system ignores the provided tint color, and uses a system color instead.