CoordinateSpace

public enum CoordinateSpace

Represents a coordinate space.

  • Coordinate space in terms of the parent view

    Declaration

    Swift

    case global
  • Coordinate space in terms of the current view

    Declaration

    Swift

    case local
  • Coordinate space in terms of a named coordinated space view. See: View.coordinateSpace

    Declaration

    Swift

    case named(String)