CoordinateSpace public enum CoordinateSpace Represents a coordinate space. global Coordinate space in terms of the parent view Declaration Swift case global local Coordinate space in terms of the current view Declaration Swift case local named(_:) Coordinate space in terms of a named coordinated space view. See: View.coordinateSpace Declaration Swift case named(String)