NavigationBar
public struct NavigationBar
Representation of all customizable visual style property for UINavigationBar.
-
The
UINavigationBarbar styleDeclaration
Swift
public static var barStyle: UIBarStyle -
Sets the opaque background color for The
UINavigationBarDeclaration
Swift
public static var isTranslucent: Bool -
The
UINavigationBarshadow colorDeclaration
Swift
public static var shadowColor: UIColor -
The
UINavigationBarlarge title colorDeclaration
Swift
public static var largeTitleColor: UIColor -
The
UINavigationBartitle colorDeclaration
Swift
public static var titleColor: UIColor -
The
UINavigationBarBack Button colorDeclaration
Swift
public static var backButtonColor: UIColor -
The
UINavigationBarlarge title fontDeclaration
Swift
@available(iOS 11.0, *) public static var largeTitleFont: UIFont -
The
UINavigationBartitle fontDeclaration
Swift
public static var titleFont: UIFont
View on GitHub