CLKComplicationTemplateGraphicRectangularStandardBody
A template for displaying a large rectangle containing text.
Declaration
class CLKComplicationTemplateGraphicRectangularStandardBodyOverview
This template belongs to the CLKComplicationFamily.graphicRectangular 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 | 24 pixels | 24 pixels |
41 mm | 25 pixels | 25 pixels |
44 mm | 27 pixels | 27 pixels |
45 mm | 29 pixels | 29 pixels |
This template supports full-color images.
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
init(headerTextProvider:body1TextProvider:)init(headerTextProvider:body1TextProvider:body2TextProvider:)init(headerImageProvider:headerTextProvider:body1TextProvider:)init(headerImageProvider:headerTextProvider:body1TextProvider:body2TextProvider:)