Contents

CLKComplicationTemplateGraphicRectangularLargeView

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

Declaration

final class CLKComplicationTemplateGraphicRectangularLargeView<Content> where Content : View

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.

[Image]

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.

Apple Watch Size

Width

Height

40 mm

150 points

47 points

41 mm

159 points

50 points

44 mm

171 points

54 points

45 mm

178.5 points

56 points

Topics

Creating the Template

Accessing the Content

See Also

Rectangular templates