NavigationBar

public struct NavigationBar : Equatable, Sendable

Navigation bar theme

  • The default title

    Declaration

    Swift

    public var title: String?
  • Override the preference center config title. If false, preference center will display the config title if exists otherwise the default title Defaults to true

    Declaration

    Swift

    public var overrideConfigTitle: Bool?
  • Navigation bar background color

    Declaration

    Swift

    public var backgroundColor: UIColor?
  • Navigation bar background color for dark mode

    Declaration

    Swift

    public var backgroundColorDark: UIColor?
  • Navigation bar back button color

    Declaration

    Swift

    public var backButtonColor: UIColor?
  • Navigation bar back button color for dark mode

    Declaration

    Swift

    public var backButtonColorDark: UIColor?