<!--
{
  "availability" : [
    "watchOS: 7.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateGraphicCornerStackText/init(innerTextProvider:outerTextProvider:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKComplicationTemplateGraphicCornerStackText(im)initWithInnerTextProvider:outerTextProvider:"
  },
  "title" : "init(innerTextProvider:outerTextProvider:)"
}
-->

# init(innerTextProvider:outerTextProvider:)

Creates a template that has an inner line of text and an outer text element.

```
init(innerTextProvider: CLKTextProvider, outerTextProvider: CLKTextProvider)
```

## Parameters

`innerTextProvider`

The text provider for the inner line of text. The template supports multicolored text from this text provider.

`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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)