<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INDefaultCardTemplate",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INDefaultCardTemplate"
  },
  "title" : "INDefaultCardTemplate"
}
-->

# INDefaultCardTemplate

A card template for customizing the Siri watch face for a shortcut.

```
class INDefaultCardTemplate
```

## Overview

The Siri watch face displays a relevant shortcut using information from the [`INIntent`](/documentation/Intents/INIntent) or <doc://com.apple.documentation/documentation/Foundation/NSUserActivity> provided when creating the shortcut. If you want to provide watch specific information—for example, to display a shorter title—provide the relevant shortcut a default card template by setting the [`watchTemplate`](/documentation/Intents/INRelevantShortcut/watchTemplate) property. The template allows your app to set the [`title`](/documentation/Intents/INDefaultCardTemplate/title), [`subtitle`](/documentation/Intents/INDefaultCardTemplate/subtitle), and [`image`](/documentation/Intents/INDefaultCardTemplate/image). For more information, see <doc://com.apple.documentation/documentation/SiriKit/displaying-shortcut-information-in-a-siri-watch-face-card>.

![A screenshot of the Siri watch face showing a custom default card template with callouts for image, title, and subtitle.](images/com.apple.sirikit/media-3030289@2x.png)

## Topics

### Creating a Default Card Template

[`init(title: String)`](/documentation/Intents/INDefaultCardTemplate/init(title:))

Creates a default card template with the specified title.

### Managing Template Information

[`var title: String`](/documentation/Intents/INDefaultCardTemplate/title)

The title displayed in the Siri watch face card.

[`var subtitle: String?`](/documentation/Intents/INDefaultCardTemplate/subtitle)

The subtitle displayed in the Siri watch face card.

[`var image: INImage?`](/documentation/Intents/INDefaultCardTemplate/image)

The image displayed in the Siri watch face card.

### Initializers

[`init?(coder: NSCoder)`](/documentation/Intents/INDefaultCardTemplate/init(coder:))

## Relationships

### Conforms To

[`NSCoding`](/documentation/Foundation/NSCoding)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`CVarArg`](/documentation/Swift/CVarArg)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

[`Hashable`](/documentation/Swift/Hashable)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)