---
title: CLKComplicationTemplateGraphicRectangularStandardBodyView
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphicrectangularstandardbodyview
---

# CLKComplicationTemplateGraphicRectangularStandardBodyView

A template for displaying a SwiftUI label and up to three rows of text.

## Declaration

```swift
final class CLKComplicationTemplateGraphicRectangularStandardBodyView<Label> where Label : View
```

## Overview

Overview This template belongs to the CLKComplicationFamily.graphicRectangular family.  shows the layout of the complication and where it appears on the clock face.

The following table lists the dimensions of the image you use in this template.  |  |   |  |   |  |   |  |   |  |

## Topics

### Creating the Template

- [init(headerLabel:headerTextProvider:body1TextProvider:body2TextProvider:)](clockkit/clkcomplicationtemplategraphicrectangularstandardbodyview/init(headerlabel:headertextprovider:body1textprovider:body2textprovider:).md)

### Accessing the Content

- [headerLabel](clockkit/clkcomplicationtemplategraphicrectangularstandardbodyview/headerlabel.md)
- [headerTextProvider](clockkit/clkcomplicationtemplategraphicrectangularstandardbodyview/headertextprovider.md)
- [body1TextProvider](clockkit/clkcomplicationtemplategraphicrectangularstandardbodyview/body1textprovider.md)
- [body2TextProvider](clockkit/clkcomplicationtemplategraphicrectangularstandardbodyview/body2textprovider.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

### Rectangular templates

- [CLKComplicationTemplateGraphicRectangularTextGaugeView](clockkit/clkcomplicationtemplategraphicrectangulartextgaugeview.md)
- [CLKComplicationTemplateGraphicRectangularLargeView](clockkit/clkcomplicationtemplategraphicrectangularlargeview.md)
- [CLKComplicationTemplateGraphicRectangularFullView](clockkit/clkcomplicationtemplategraphicrectangularfullview.md)
