Anchor

public enum Anchor : String

The enum Anchor.

  • Center anchor

    Declaration

    Swift

    case center = "center"
  • Left anchor

    Declaration

    Swift

    case left = "left"
  • Right anchor

    Declaration

    Swift

    case right = "right"
  • top

    Top anchor

    Declaration

    Swift

    case top = "top"
  • Bottom anchor

    Declaration

    Swift

    case bottom = "bottom"