cupertino-docs/docs/clockkit/documentation_clockkit_clkcomplicationtemplateextralargecolumnstext.json
Mihaela Mihaljevic 1eae0594fc data: refresh docs/ + add packages/ from .cupertino-dev
Bulk update of the public corpus from /Users/mmj/.cupertino-dev/, the
local source that built v1.0.0 / v1.0.1 release database bundles.

- docs/: 1,739 new pages, 403,381 modified (schema upgrade to the
  structured-page format used by v1.0+: overview, rawMarkdown,
  sections[].items[]). Total 404,568 page JSONs (2.4 GB).
- packages/: 1,587 packages (1.5 GB), previously empty in this repo.
  Includes per-package source archives and READMEs for the curated
  Swift package set. Some packages (notably swiftlang/swift-foundation-icu)
  ship 50-100 MB ICU lookup tables — under GitHub's 100 MB limit.

No deletions: existing files not in .cupertino-dev are preserved
(e.g. swift-org/ has 81 historical pages this update doesn't touch).
2026-05-09 12:58:32 +02:00

122 lines
6.6 KiB
JSON

{
"abstract" : "A template for displaying two rows and two columns of text.",
"availability" : [
{
"beta" : false,
"deprecated" : false,
"deprecatedAt" : "26.0",
"introducedAt" : "3.0",
"name" : "watchOS",
"unavailable" : false
}
],
"codeExamples" : [
],
"conformsTo" : [
"CVarArg",
"CustomDebugStringConvertible",
"CustomStringConvertible",
"Equatable",
"Hashable",
"NSCopying",
"NSObjectProtocol"
],
"contentHash" : "0d5d6fae969ac32d8fd12b6d0b2d458c2ffed90f2c0f87a3f4816a526ae8ed25",
"crawledAt" : "2026-03-10T14:34:03Z",
"declaration" : {
"code" : "class CLKComplicationTemplateExtraLargeColumnsText",
"language" : "swift"
},
"id" : "D9E9C6F6-B555-496B-BE0F-44B0E89E880F",
"kind" : "class",
"language" : "swift",
"module" : "ClockKit",
"overview" : "## Overview\n\nThis template belongs to the [doc:\/\/com.apple.clockkit\/documentation\/ClockKit\/CLKComplicationFamily\/extraLarge] family.\n\n",
"platforms" : [
"watchOS"
],
"rawMarkdown" : "---\nsource: https:\/\/developer.apple.com\/documentation\/ClockKit\/CLKComplicationTemplateExtraLargeColumnsText\ncrawled: 2026-03-10T14:34:03Z\n---\n\n# CLKComplicationTemplateExtraLargeColumnsText\n\n**Class**\n\nA template for displaying two rows and two columns of text.\n\n## Declaration\n\n```swift\nclass CLKComplicationTemplateExtraLargeColumnsText\n```\n\n## Overview\n\nThis template belongs to the [doc:\/\/com.apple.clockkit\/documentation\/ClockKit\/CLKComplicationFamily\/extraLarge] family.\n\n\n\n## Creating the Template\n\n- **init(row1Column1TextProvider:row1Column2TextProvider:row2Column1TextProvider:row2Column2TextProvider:)**: Creates a new template that has two columns of text.\n\n## Setting the Complication Data\n\n- **column2Alignment**: The alignment of the text in the second column.\n- **highlightColumn2**: A Boolean value indicating which column should be drawn with a highlight.\n- **row1Column1TextProvider**: The text to display in the first column of the first row.\n- **row1Column2TextProvider**: The text to display in the second column of the first row.\n- **row2Column1TextProvider**: The text to display in the first column of the second row.\n- **row2Column2TextProvider**: The text to display in the second column of the second row.\n\n## Text templates\n\n- **CLKComplicationTemplateExtraLargeRingText**: A template for displaying text encircled by a configurable progress ring.\n- **CLKComplicationTemplateExtraLargeSimpleText**: A template for displaying a small amount of text.\n- **CLKComplicationTemplateExtraLargeStackText**: A template for displaying two strings stacked one on top of the other.\n\n## Inherits From\n\n- CLKComplicationTemplate\n\n## Conforms To\n\n- CVarArg\n- CustomDebugStringConvertible\n- CustomStringConvertible\n- Equatable\n- Hashable\n- NSCopying\n- NSObjectProtocol\n\n",
"sections" : [
{
"content" : "",
"items" : [
{
"description" : "Creates a new template that has two columns of text.",
"name" : "init(row1Column1TextProvider:row1Column2TextProvider:row2Column1TextProvider:row2Column2TextProvider:)",
"url" : "https:\/\/developer.apple.com\/documentation\/ClockKit\/CLKComplicationTemplateExtraLargeColumnsText\/init(row1Column1TextProvider:row1Column2TextProvider:row2Column1TextProvider:row2Column2TextProvider:)"
}
],
"title" : "Creating the Template"
},
{
"content" : "",
"items" : [
{
"description" : "The alignment of the text in the second column.",
"name" : "column2Alignment",
"url" : "https:\/\/developer.apple.com\/documentation\/ClockKit\/CLKComplicationTemplateExtraLargeColumnsText\/column2Alignment"
},
{
"description" : "A Boolean value indicating which column should be drawn with a highlight.",
"name" : "highlightColumn2",
"url" : "https:\/\/developer.apple.com\/documentation\/ClockKit\/CLKComplicationTemplateExtraLargeColumnsText\/highlightColumn2"
},
{
"description" : "The text to display in the first column of the first row.",
"name" : "row1Column1TextProvider",
"url" : "https:\/\/developer.apple.com\/documentation\/ClockKit\/CLKComplicationTemplateExtraLargeColumnsText\/row1Column1TextProvider"
},
{
"description" : "The text to display in the second column of the first row.",
"name" : "row1Column2TextProvider",
"url" : "https:\/\/developer.apple.com\/documentation\/ClockKit\/CLKComplicationTemplateExtraLargeColumnsText\/row1Column2TextProvider"
},
{
"description" : "The text to display in the first column of the second row.",
"name" : "row2Column1TextProvider",
"url" : "https:\/\/developer.apple.com\/documentation\/ClockKit\/CLKComplicationTemplateExtraLargeColumnsText\/row2Column1TextProvider"
},
{
"description" : "The text to display in the second column of the second row.",
"name" : "row2Column2TextProvider",
"url" : "https:\/\/developer.apple.com\/documentation\/ClockKit\/CLKComplicationTemplateExtraLargeColumnsText\/row2Column2TextProvider"
}
],
"title" : "Setting the Complication Data"
},
{
"content" : "",
"items" : [
{
"description" : "A template for displaying text encircled by a configurable progress ring.",
"name" : "CLKComplicationTemplateExtraLargeRingText",
"url" : "https:\/\/developer.apple.com\/documentation\/ClockKit\/CLKComplicationTemplateExtraLargeRingText"
},
{
"description" : "A template for displaying a small amount of text.",
"name" : "CLKComplicationTemplateExtraLargeSimpleText",
"url" : "https:\/\/developer.apple.com\/documentation\/ClockKit\/CLKComplicationTemplateExtraLargeSimpleText"
},
{
"description" : "A template for displaying two strings stacked one on top of the other.",
"name" : "CLKComplicationTemplateExtraLargeStackText",
"url" : "https:\/\/developer.apple.com\/documentation\/ClockKit\/CLKComplicationTemplateExtraLargeStackText"
}
],
"title" : "Text templates"
},
{
"content" : "",
"items" : [
{
"name" : "CLKComplicationTemplate"
}
],
"title" : "Inherits From"
}
],
"source" : "appleJSON",
"title" : "CLKComplicationTemplateExtraLargeColumnsText",
"url" : "https:\/\/developer.apple.com\/documentation\/ClockKit\/CLKComplicationTemplateExtraLargeColumnsText"
}