Contents

CLKComplicationTemplateGraphicCornerCircularView

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

Declaration

final class CLKComplicationTemplateGraphicCornerCircularView<Content> where Content : 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 SwiftUI view displayed by the template. The template masks the view to a circle.

Apple Watch Size

Width

Height

40 mm

32 points

32 points

41 mm

34 points

34 points

44 mm

36 points

36 points

45 mm

38 points

38 points

Topics

Creating the Template

Accessing the Content

See Also

Corner templates