TextAnchoring

public enum TextAnchoring

Text anchoring

  • Specifies that the anchor is on the left side of a text.

    Declaration

    Swift

    case left
  • Specifies that the anchor is on the right side of a text.

    Declaration

    Swift

    case right
  • Specifies that the anchor is in the middle of a text.

    Declaration

    Swift

    case center