---
title: title
framework: accessorynotifications
role: symbol
role_heading: Instance Property
path: accessorynotifications/accessorynotification/title
---

# title

A primary text for the notification.

## Declaration

```swift
let title: String?
```

## Discussion

Discussion This property contains the notification’s main display text. For supplementary text, see subtitle.

## See Also

### Displaying notification content

- [subtitle](accessorynotifications/accessorynotification/subtitle.md)
- [body](accessorynotifications/accessorynotification/body.md)
- [summary](accessorynotifications/accessorynotification/summary.md)
