UINavigationBar
The initial navigation bar’s style and translucency.
Properties
| Name | Type | Description |
|---|---|---|
BackgroundImage | string | |
Style | string | |
Translucent | boolean |
Discussion
The possible dictionary keys and values are:
BackgroundImageThe background image to use for the navigation bar.
StyleThe appearance of the navigation bar. The possible values are
UIBarStyleDefaultandUIBarStyleBlackwithUIBarStyleDefaultas the default vlaue.UIBarStyleBlackspecifies a black background with light content.TranslucentA Boolean value that indicates whether the navigation bar is translucent.