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 dispaly 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?