---
title: CLKComplicationTemplateUtilitarianSmallFlat
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplateutilitariansmallflat
---

# CLKComplicationTemplateUtilitarianSmallFlat

A template for displaying an image and text in a single line.

## Declaration

```swift
class CLKComplicationTemplateUtilitarianSmallFlat
```

## Overview

Overview This template belongs to the CLKComplicationFamily.utilitarianSmall 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. The width of the image must be between the specified minimum and maximum (inclusive).  |  |   |  |   |  |   |  |   |  |   |  |   |  |  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(textProvider:)](clockkit/clkcomplicationtemplateutilitariansmallflat/init(textprovider:).md)
- [init(textProvider:imageProvider:)](clockkit/clkcomplicationtemplateutilitariansmallflat/init(textprovider:imageprovider:).md)

### Setting the Complication Data

- [imageProvider](clockkit/clkcomplicationtemplateutilitariansmallflat/imageprovider.md)
- [textProvider](clockkit/clkcomplicationtemplateutilitariansmallflat/textprovider.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

### Utilitarian small

- [CLKComplicationTemplateUtilitarianSmallRingImage](clockkit/clkcomplicationtemplateutilitariansmallringimage.md)
- [CLKComplicationTemplateUtilitarianSmallRingText](clockkit/clkcomplicationtemplateutilitariansmallringtext.md)
- [CLKComplicationTemplateUtilitarianSmallSquare](clockkit/clkcomplicationtemplateutilitariansmallsquare.md)
