NavigationBar

public struct NavigationBar

Representation of all customizable visual style property for UINavigationBar.

  • The UINavigationBar bar style

    Declaration

    Swift

    public static var barStyle: UIBarStyle
  • Sets the opaque background color for The UINavigationBar

    Declaration

    Swift

    public static var isTranslucent: Bool
  • The UINavigationBar shadow color

    Declaration

    Swift

    public static var shadowColor: UIColor
  • The UINavigationBar large title color

    Declaration

    Swift

    public static var largeTitleColor: UIColor
  • The UINavigationBar title color

    Declaration

    Swift

    public static var titleColor: UIColor
  • The UINavigationBar Back Button color

    Declaration

    Swift

    public static var backButtonColor: UIColor
  • The UINavigationBar large title font

    Declaration

    Swift

    @available(iOS 11.0, *)
    public static var largeTitleFont: UIFont
  • The UINavigationBar title font

    Declaration

    Swift

    public static var titleFont: UIFont