Contents

subtitle

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

Declaration

var subtitle: String { get set }

Discussion

When this property is an empty string, the system removes the subtitle from the window layout. The default value is an empty string.

See Also

Getting the scene attributes