---
title: CLKComplicationTemplateUtilitarianLargeFlat
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplateutilitarianlargeflat
---

# CLKComplicationTemplateUtilitarianLargeFlat

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

## Declaration

```swift
class CLKComplicationTemplateUtilitarianLargeFlat
```

## Overview

Overview This template belongs to the CLKComplicationFamily.utilitarianLarge 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 each 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/clkcomplicationtemplateutilitarianlargeflat/init(textprovider:).md)
- [init(textProvider:imageProvider:)](clockkit/clkcomplicationtemplateutilitarianlargeflat/init(textprovider:imageprovider:).md)

### Setting the Complication Data

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