Contents

ToolbarTitleDisplayMode

A type that defines the behavior of title of a toolbar.

Declaration

struct ToolbarTitleDisplayMode

Overview

Use the toolbarTitleDisplayMode(_:) modifier to configure the title display behavior of your toolbar:

NavigationStack {
    ContentView()
        .toolbarTitleDisplayMode(.inlineLarge)
}

Topics

Getting display modes

See Also

Configuring the toolbar title display mode