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

# title

A user-visible string you supply to help users differentiate among your app’s scenes.

## Declaration

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

## Discussion

Discussion The system displays this string in the app switcher to make it easier for the user to differentiate among your app’s scenes. Set this property to an empty string if you don’t want the app switcher to display anything for the scene. iPad and iPhone apps running on a Mac with Apple silicon and apps built with Mac Catalyst display the title in the title bar of the scene’s window.

## See Also

### Getting the scene attributes

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