An object for customizing the appearance of a navigation bar.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
- tvOS 13.0+
Framework
- UIKit
Declaration
class UINavigationBarAppearance : UIBar Appearance
Overview
After creating a UINavigation
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 UIBar
to configure the background and shadow attributes of the navigation bar itself.