Anchor

public enum Anchor : Encodable

If set to an opposite-letter axis id (e.g.

x2, y), this axis is bound to the corresponding opposite-letter axis. If set to free, this axis’ position is determined by position.

  • Undocumented

    Declaration

    Swift

    case free
  • Undocumented

    Declaration

    Swift

    case xAxis(XAxis)
  • Undocumented

    Declaration

    Swift

    case yAxis(YAxis)
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws