TitleDisplayMode

public enum TitleDisplayMode : Int, Equatable

A style for displaying the title of a navigation bar.

  • Inherit the display mode from the previous navigation item.

    Declaration

    Swift

    case automatic
  • Display the title within the standard bounds of the navigation bar.

    Declaration

    Swift

    case inline
  • Display a large title within an expanded navigation bar.

    Declaration

    Swift

    case large