Contents

UINavigationBar

The initial navigation bar’s style and translucency.

Properties

NameTypeDescription
BackgroundImagestring
Stylestring
Translucentboolean

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