<!--
{
  "availability" : [
    "watchOS: 7.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateGraphicRectangularFullView",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ClockKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:17_ClockKit_SwiftUI49CLKComplicationTemplateGraphicRectangularFullViewC"
  },
  "title" : "CLKComplicationTemplateGraphicRectangularFullView"
}
-->

# CLKComplicationTemplateGraphicRectangularFullView

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

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

## Overview

This template belongs to the [`CLKComplicationFamily.graphicRectangular`](/documentation/ClockKit/CLKComplicationFamily/graphicRectangular) family. [Figure 1](/documentation/clockkit/clkcomplicationtemplategraphicrectangularfullview#3667288) shows the layout of the complication and where it appears on the clock face.

![A diagram showing the layout of the complication that calls out the content and the safe area insets.](images/com.apple.clockkit/media-3667288@2x.png)

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 <doc://com.apple.documentation/documentation/SwiftUI/View/edgesIgnoringSafeArea(_:)> modifier if you need to fill the complication to the edges.

|Apple Watch Size       |Width       |Height   |
|-----------------------|------------|---------|
|40 mm (safe area inset)|150 points  |57 points|
|40 mm (full view)      |162 points  |69 points|
|41 mm (safe area inset)|158.5 points|60 points|
|41 mm (full view)      |171.5 points|73 points|
|44 mm (safe area inset)|171 points  |65 points|
|44 mm (full view)      |184 points  |78 points|
|45 mm (safe area inset)|179 points  |68 points|
|45 mm (full view)      |193 points  |82 points|

## Topics

### Creating the Template

[`init(Content)`](/documentation/ClockKit/CLKComplicationTemplateGraphicRectangularFullView/init(_:))

Creates a template that has a circular image.

### Accessing the Content

[`var content: Content`](/documentation/ClockKit/CLKComplicationTemplateGraphicRectangularFullView/content)

The SwiftUI view displayed by the template.

## Relationships

### Conforms To

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`Equatable`](/documentation/Swift/Equatable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CVarArg`](/documentation/Swift/CVarArg)

### Inherits From

[`CLKComplicationTemplate`](/documentation/ClockKit/CLKComplicationTemplate)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)