Struct apple_bundle::info_plist::user_interface::Bar [−][src]
Expand description
Application Scene Manifest
Fields
image_name: Option<String>A custom image that replaces the navigation/tab/tool bar during launch.
Provide a value for this key that’s the name of an image in your asset catalog. You use the same string for the value that you might use when calling the init(named:) initializer of UIImage.
Availability
- iOS 14.0+
Framework
- SwiftUI
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 Barimpl UnwindSafe for BarBlanket Implementations
Mutably borrows from an owned value. Read more