Contents

backButtonDisplayMode

The display mode of the Back button.

Declaration

var backButtonDisplayMode: UINavigationItem.BackButtonDisplayMode { get set }

Discussion

When the backBarButtonItem property is nil, the navigation item uses this display mode to determine the title of its Back button. The default value of this property is UINavigationItem.BackButtonDisplayMode.default.

See Also

Configuring the Back button