Contents

CLKComplicationTemplateGraphicCornerGaugeView

A template for displaying a SwiftUI view and a gauge in the clock face’s corner.

Declaration

final class CLKComplicationTemplateGraphicCornerGaugeView<Label> where Label : View

Overview

This template belongs to the CLKComplicationFamily.graphicCorner family. Figure 1 shows the layout of the view and where the template might appear on the clock face.

[Image]

The following table lists the dimensions of the view displayed by this template. ClockKIt masks the view to a circle.

Apple Watch Size

Width

Height

40 mm

20 points

20 points

41 mm

21 points

21 points

44 mm

22 points

22 points

45 mm

24 points

24 points

Topics

Creating the Template

Accessing the Content

See Also

Corner templates