---
title: subtitle
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscene/subtitle
---

# subtitle

A string that the app displays in the title bar of a window when running in macOS.

## Declaration

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

## Discussion

Discussion When this property is an empty string, the system removes the subtitle from the window layout. The default value is an empty string. note: Apps running in iOS ignore the subtitle property.

## See Also

### Getting the scene attributes

- [activationState](uikit/uiscene/activationstate-swift.property.md)
- [UIScene.ActivationState](uikit/uiscene/activationstate-swift.enum.md)
- [title](uikit/uiscene/title.md)
