Contents

title

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

Declaration

var title: String! { get set }

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