Contents

NamedCoordinateSpace

A named coordinate space.

Declaration

struct NamedCoordinateSpace

Overview

Use the coordinateSpace(_:) modifier to assign a name to the local coordinate space of a parent view. Child views can then refer to that coordinate space using .named(_:).

See Also

Supporting types