---
title: CLKComplicationTemplateModularSmallSimpleImage
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplatemodularsmallsimpleimage
---

# CLKComplicationTemplateModularSmallSimpleImage

A template for displaying an image.

## Declaration

```swift
class CLKComplicationTemplateModularSmallSimpleImage
```

## Overview

Overview This template belongs to the CLKComplicationFamily.modularSmall family.

The following table lists the dimensions of the image you use in this template. All dimensions are in pixels. All images must be specified as @2x images for display on Apple Watch, so the point-based dimensions are half the listed size.  |  |   |  |   |  |   |  |   |  |   |  |   |  |  Instead of providing multiple images with different resolutions, you can provide a single, scaleable PDF asset. For more information, see Manage Assets.

## Topics

### Creating the Template

- [init(imageProvider:)](clockkit/clkcomplicationtemplatemodularsmallsimpleimage/init(imageprovider:).md)

### Setting the Complication Data

- [imageProvider](clockkit/clkcomplicationtemplatemodularsmallsimpleimage/imageprovider.md)

## Relationships

### Inherits From

- [CLKComplicationTemplate](clockkit/clkcomplicationtemplate.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Image templates

- [CLKComplicationTemplateModularSmallRingImage](clockkit/clkcomplicationtemplatemodularsmallringimage.md)
- [CLKComplicationTemplateModularSmallStackImage](clockkit/clkcomplicationtemplatemodularsmallstackimage.md)
