---
title: subtitle
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsusernotification/subtitle
---

# subtitle

Specifies the subtitle of the notification.

## Declaration

```swift
var subtitle: String? { get set }
```

## Discussion

Discussion This value should be localized as it is presented to the user. The string is truncated to a length appropriate for display and the property is modified to reflect the truncation.

## See Also

### Display Information

- [title](foundation/nsusernotification/title.md)
- [informativeText](foundation/nsusernotification/informativetext.md)
- [contentImage](foundation/nsusernotification/contentimage.md)
- [identifier](foundation/nsusernotification/identifier.md)
- [response](foundation/nsusernotification/response.md)
- [responsePlaceholder](foundation/nsusernotification/responseplaceholder.md)
