Location

public enum Location

Specifies a bar button’s location in a navigation bar.

  • The left side of the navigation bar.

    Declaration

    Swift

    case left
  • The right side of the navigation bar.

    Declaration

    Swift

    case right