AppBarContentType

public enum AppBarContentType

AppBarContentType represents the allowed content types for the AppBar Top component The component is configured using UINavigationController and UIViewController extensions.

  • Undocumented

    Declaration

    Swift

    case text(String)
  • Undocumented

    Declaration

    Swift

    case media(UIImage?)
  • Undocumented

    Declaration

    Swift

    case logo(NatLogo)
  • Undocumented

    Declaration

    Swift

    case colorLogo