---
title: title
framework: groupactivities
role: symbol
role_heading: Instance Property
path: groupactivities/groupactivitymetadata/title
---

# title

The localized string to display as the title of your activity.

## Declaration

```swift
var title: String?
```

## Discussion

Discussion Use this string as the main description of the activity, and localize it for the current device. The system displays this string prominently when it presents the activity to the participant.

## See Also

### Presenting the activity

- [subtitle](groupactivities/groupactivitymetadata/subtitle.md)
- [previewImage](groupactivities/groupactivitymetadata/previewimage.md)
- [fallbackURL](groupactivities/groupactivitymetadata/fallbackurl.md)
