Struct apple_bundle::info_plist::user_interface::StatusBar [−][src]
pub struct StatusBar {
pub status_bar_hidden: Option<bool>,
pub status_bar_style: Option<StatusBarStyle>,
pub status_bar_tint_parameters: Option<StatusBarTintParameters>,
pub view_controller_based_status_bar_appearance: Option<bool>,
}Expand description
Status Bar
Fields
A Boolean value indicating whether the status bar is initially hidden when the app launches.
Availability
- iOS 2.0+
Framework
- UIKit
status_bar_style: Option<StatusBarStyle>status_bar_tint_parameters: Option<StatusBarTintParameters>view_controller_based_status_bar_appearance: Option<bool>A Boolean value indicating whether the status bar appearance is based on the style preferred for the current view controller.
Availability
- iOS 2.0+
Framework
- UIKit
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for StatusBarimpl UnwindSafe for StatusBarBlanket Implementations
Mutably borrows from an owned value. Read more