Edge

public enum Edge : Int8

A type representing an edge in a rectangle.

  • top

    Declaration

    Swift

    case top
  • Declaration

    Swift

    case leading
  • Declaration

    Swift

    case bottom
  • Declaration

    Swift

    case trailing
  • Set

    An efficient option set of Edges.

    See more

    Declaration

    Swift

    public struct Set : OptionSet