---
title: headerImageProvider
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clkcomplicationtemplatemodularlargestandardbody/headerimageprovider
---

# headerImageProvider

An optional image to display in the header.

## Declaration

```swift
@NSCopying var headerImageProvider: CLKImageProvider? { get set }
```

## Discussion

Discussion A tint color is applied to the header image to differentiate it from the other rows. In multicolor environments, the image provider or template provide the tint color. In monochrome environments, the clock face provides the tint color.

## See Also

### Setting the Complication Data

- [headerTextProvider](clockkit/clkcomplicationtemplatemodularlargestandardbody/headertextprovider.md)
- [body1TextProvider](clockkit/clkcomplicationtemplatemodularlargestandardbody/body1textprovider.md)
- [body2TextProvider](clockkit/clkcomplicationtemplatemodularlargestandardbody/body2textprovider.md)
