---
title: "init(imageProvider:)"
framework: clockkit
role: symbol
role_heading: Initializer
path: "clockkit/clkcomplicationtemplatecircularsmallsimpleimage/init(imageprovider:)"
---

# init(imageProvider:)

Creates a new template from the provided image.

## Declaration

```swift
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#Create-tintable-images-using-template-images.
