---
title: subtitle
framework: usernotifications
role: symbol
role_heading: Instance Property
path: usernotifications/unnotificationcontent/subtitle
---

# subtitle

The localized text that provides the notification’s secondary description.

## Declaration

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

## Discussion

Discussion Subtitles offer additional context in cases where the title alone isn’t clear. Subtitles aren’t displayed in all cases. If your app isn’t authorized to display alert-based notifications, the system ignores this property.

## See Also

### Accessing the primary content

- [title](usernotifications/unnotificationcontent/title.md)
- [body](usernotifications/unnotificationcontent/body.md)
