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

# init(imageProvider:)

Creates a new template that has a square image.

```
init(imageProvider: CLKImageProvider)
```

## Parameters

`imageProvider`

The image provider for an image that fills the template. The system renders the image as a tinted template image, a bitmap image where only the opacity of the image matters. For more information, see <doc://com.apple.documentation/documentation/UIKit/providing-images-for-different-appearances>.

---

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)