---
title: CLKComplicationTemplateGraphicRectangularLargeView
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphicrectangularlargeview
---

# CLKComplicationTemplateGraphicRectangularLargeView

A template for displaying a large rectangle containing header text and a SwiftUI view.

## Declaration

```swift
final class CLKComplicationTemplateGraphicRectangularLargeView<Content> where Content : View
```

## Overview

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

The following table lists the dimensions of the view displayed by this template. The template automatically masks the view to a rounded rectangle with a 8-pixel corner radius.  |  |   |  |   |  |   |  |   |  |

## Topics

### Creating the Template

- [init(headerTextProvider:content:)](clockkit/clkcomplicationtemplategraphicrectangularlargeview/init(headertextprovider:content:).md)

### Accessing the Content

- [headerTextProvider](clockkit/clkcomplicationtemplategraphicrectangularlargeview/headertextprovider.md)
- [content](clockkit/clkcomplicationtemplategraphicrectangularlargeview/content.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

- [CLKComplicationTemplateGraphicRectangularStandardBodyView](clockkit/clkcomplicationtemplategraphicrectangularstandardbodyview.md)
- [CLKComplicationTemplateGraphicRectangularTextGaugeView](clockkit/clkcomplicationtemplategraphicrectangulartextgaugeview.md)
- [CLKComplicationTemplateGraphicRectangularFullView](clockkit/clkcomplicationtemplategraphicrectangularfullview.md)
