YAutoAnchor

public enum YAutoAnchor : String, Encodable

Sets the title’s vertical alignment with respect to its y position.

top means that the title’s cap line is at y, bottom means that the title’s baseline is at y and middle means that the title’s midline is at y. auto divides yref by three and calculates the yanchor value automatically based on the value of y.

  • Undocumented

    Declaration

    Swift

    case auto
  • top

    Undocumented

    Declaration

    Swift

    case top
  • Undocumented

    Declaration

    Swift

    case middle
  • Undocumented

    Declaration

    Swift

    case bottom