Contents

CLKComplicationTemplateGraphicCornerTextImage

A template for displaying an image and text in the clock face’s corner.

Declaration

class CLKComplicationTemplateGraphicCornerTextImage

Overview

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

[Image]

The following table lists the dimensions of the image you use in this template. All dimensions are in pixels. All images must be specified as @2x images for display on Apple Watch, so the point-based dimensions are half the listed size.

Apple Watch Size

Width

Height

40 mm

40 pixels

40 pixels

41 mm

42 pixels

42 pixels

44 mm

44 pixels

44 pixels

45 mm

48 pixels

48 pixels

This template supports full-color images. The image provider automatically masks the image to a circle.

Instead of providing multiple images with different resolutions, you can provide a single, scaleable PDF asset. For more information, see Supporting Multiple Watch Sizes.

Topics

Creating the Template

Setting the Complication Data

See Also

Text and image