Contents

documentLaunchTitle(_:)

Sets the title displayed on the document launch card.

Declaration

nonisolated func documentLaunchTitle(_ title: Text) -> some Scene

Parameters

  • title:

    The title to display.

Discussion

Use this modifier to override the default launch-card title, which is the application name. Apply the modifier to a DocumentGroupLaunchScene or any of its ancestors.

See Also

Configuring the document launch experience