---
title: CLKComplicationTemplateGraphicRectangularFullView
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphicrectangularfullview
---

# CLKComplicationTemplateGraphicRectangularFullView

A template for displaying a SwiftUI view that fills the entire template.

## Declaration

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

## Mentioned in

Building complications with SwiftUI

## 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. By default, the template also provides a safe area inset to help you avoid clipping your content. Use the edgesIgnoringSafeArea(_:) modifier if you need to fill the complication to the edges.  |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |

## Topics

### Creating the Template

- [init(_:)](clockkit/clkcomplicationtemplategraphicrectangularfullview/init(_:).md)

### Accessing the Content

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