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

# title

Specifies the title of the notification.

## Declaration

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

## Discussion

Discussion This value should be localized because 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

- [subtitle](foundation/nsusernotification/subtitle.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)
