Contents

UINavigationBarAppearance

An object for customizing the appearance of a navigation bar.

Declaration

@MainActor class UINavigationBarAppearance

Overview

After creating a UINavigationBarAppearance object, use the methods and properties of this class to specify the appearance you want for items in the navigation bar. Use the inherited properties from UIBarAppearance to configure the background and shadow attributes of the navigation bar itself.

Topics

Configuring the title

Configuring the subtitle

Configuring bar button items

Configuring the Back button

Configuring the Done button

Instance Properties