NavigationBar
public struct NavigationBar
Representation of all customizable visual style property for UINavigationBar
.
-
The
UINavigationBar
bar styleDeclaration
Swift
public static var barStyle: UIBarStyle
-
Sets the opaque background color for The
UINavigationBar
Declaration
Swift
public static var isTranslucent: Bool
-
The
UINavigationBar
shadow colorDeclaration
Swift
public static var shadowColor: UIColor
-
The
UINavigationBar
large title colorDeclaration
Swift
public static var largeTitleColor: UIColor
-
The
UINavigationBar
title colorDeclaration
Swift
public static var titleColor: UIColor
-
The
UINavigationBar
Back Button colorDeclaration
Swift
public static var backButtonColor: UIColor
-
The
UINavigationBar
large title fontDeclaration
Swift
@available(iOS 11.0, *) public static var largeTitleFont: UIFont
-
The
UINavigationBar
title fontDeclaration
Swift
public static var titleFont: UIFont