<!--
{
  "availability" : [
    "watchOS: 2.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateUtilitarianSmallFlat",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKComplicationTemplateUtilitarianSmallFlat"
  },
  "title" : "CLKComplicationTemplateUtilitarianSmallFlat"
}
-->

# CLKComplicationTemplateUtilitarianSmallFlat

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

```
class CLKComplicationTemplateUtilitarianSmallFlat
```

## Overview

This template belongs to the [`CLKComplicationFamily.utilitarianSmall`](/documentation/ClockKit/CLKComplicationFamily/utilitarianSmall) family.

![A diagram showing the layout of the utilitarian small flat complication. The diagram shows a single row containing an image and a small amount of text.](images/com.apple.clockkit/media-2933759@2x.png)

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

|Apple Watch Size|Width                                          |Height   |
|----------------|-----------------------------------------------|---------|
|38 mm           |18 pixels minimum ![](spacer) 42 pixels maximum|18 pixels|
|40 mm           |20 pixels minimum ![](spacer) 44 pixels maximum|20 pixels|
|41 mm           |21 pixels minimum ![](spacer) 47 pixels maximum|21 pixels|
|42 mm           |20 pixels minimum ![](spacer) 44 pixels maximum|20 pixels|
|44 mm           |22 pixels minimum ![](spacer) 49 pixels maximum|22 pixels|
|45 mm           |24 pixels minimum ![](spacer) 52 pixels maximum|24 pixels|

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:)`](/documentation/ClockKit/CLKComplicationTemplateUtilitarianSmallFlat/init(textProvider:))

Creates a new template that has a single line of text.

[`init(textProvider:imageProvider:)`](/documentation/ClockKit/CLKComplicationTemplateUtilitarianSmallFlat/init(textProvider:imageProvider:))

Creates a new template that has a single row with an image and a line of text.

[`templateWithTextProvider:`](/documentation/ClockKit/CLKComplicationTemplateUtilitarianSmallFlat/templateWithTextProvider:)

Returns a new template that has a single line of text.

[`templateWithTextProvider:imageProvider:`](/documentation/ClockKit/CLKComplicationTemplateUtilitarianSmallFlat/templateWithTextProvider:imageProvider:)

Returns a new template that has a single row with an image and a line of text.

### Setting the Complication Data

[`imageProvider`](/documentation/ClockKit/CLKComplicationTemplateUtilitarianSmallFlat/imageProvider)

The image to display.

[`textProvider`](/documentation/ClockKit/CLKComplicationTemplateUtilitarianSmallFlat/textProvider)

The text to display.



---

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)