The tint color to apply to the navigation items and bar button items.
SDKs
- iOS 2.0+
- tvOS 9.0+
Framework
- UIKit
The tint color to apply to the navigation items and bar button items.
SDKs
Framework
var back Indicator Image: UIImage?
The image shown beside the back button.
var back Indicator Transition Mask Image: UIImage?
The image used as a mask for content during push and pop transitions.
var bar Style: UIBar Style
The navigation bar style that specifies its appearance.
var bar Tint Color: UIColor?
The tint color to apply to the navigation bar background.
var shadow Image: UIImage?
The shadow image to be used for the navigation bar.
var is Translucent: Bool
A Boolean value indicating whether the navigation bar is translucent (true
) or not (false
).
func background Image(for: UIBar Metrics)
Returns the background image for given bar metrics.
func set Background Image(UIImage?, for: UIBar Metrics)
Sets the background image for given bar metrics.
func background Image(for: UIBar Position, bar Metrics: UIBar Metrics)
Returns the background image to use for a given bar position and set of metrics.
func set Background Image(UIImage?, for: UIBar Position, bar Metrics: UIBar Metrics)
Sets the background image to use for a given bar position and set of metrics.