Struct apple_bundle::info_plist::user_interface::NavigationBar [−][src]
pub struct NavigationBar {
pub background_image: String,
pub style: BarStyle,
pub translucent: bool,
pub tint_color: Option<TintColor>,
}Expand description
Navigation Bar
Fields
background_image: Stringstyle: BarStyletranslucent: booltint_color: Option<TintColor>The tint color to apply to the background of the navigation bar.
Availability
- iOS 2.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- UIKit
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for NavigationBarimpl Send for NavigationBarimpl Sync for NavigationBarimpl Unpin for NavigationBarimpl UnwindSafe for NavigationBarBlanket Implementations
Mutably borrows from an owned value. Read more