Contents

documentLaunchSubtitle(_:)

Sets the subtitle displayed beneath the title on the document launch card.

Declaration

nonisolated func documentLaunchSubtitle(_ subtitle: Text) -> some Scene

Parameters

  • subtitle:

    The subtitle to display.

Discussion

Use this modifier to add descriptive text beneath the launch card title. Apply the modifier to a DocumentGroupLaunchScene or any of its ancestors.

See Also

Configuring the document launch experience