<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BundleResources",
  "identifier" : "/documentation/BundleResources/Information-Property-List/UIStatusBarTintParameters/UINavigationBar",
  "metadataVersion" : "0.1.0",
  "role" : "Property List Key",
  "symbol" : {
    "kind" : "Property List Key",
    "modules" : [
      "Bundle Resources"
    ],
    "preciseIdentifier" : "plist:Information_Property_List.UIStatusBarTintParameters.UINavigationBar"
  },
  "title" : "UINavigationBar"
}
-->

# UINavigationBar

The initial navigation bar’s style and translucency.

## Discussion

The possible dictionary keys and values are:

- `BackgroundImage`: The background image to use for the navigation bar.
- `Style`: The appearance of the navigation bar. The possible values are `UIBarStyleDefault` and `UIBarStyleBlack` with `UIBarStyleDefault` as the default vlaue. `UIBarStyleBlack` specifies a black background with light content.
- `Translucent`: A Boolean value that indicates whether the navigation bar is translucent.

## Topics

### Navigation Bar Configuration

[`TintColor`](/documentation/BundleResources/Information-Property-List/UIStatusBarTintParameters/UINavigationBar/TintColor)

The tint color to apply to the background of the navigation bar.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)