TitleDisplayMode

public enum TitleDisplayMode
  • The navigation bar will show the title in the large display mode when unscrolled, and the small display mode when scrolled.

    Declaration

    Swift

    case large
  • The navigation bar will always show the title in the small display mode.

    Declaration

    Swift

    case inline