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

# CLKComplicationTemplateUtilitarianLargeFlat

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

```
class CLKComplicationTemplateUtilitarianLargeFlat
```

## Overview

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

![Diagram showing the layout of a row containing an image and text.](images/com.apple.clockkit/media-2933763@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 each 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/CLKComplicationTemplateUtilitarianLargeFlat/init(textProvider:))

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

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

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

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

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

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

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

### Setting the Complication Data

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

The text to display.

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

The image 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)