LayoutCoordinateSpace

public protocol LayoutCoordinateSpace

Common protocol for anyone LayoutElement. Used for multi-converting coordinates between LayoutElement items. Converting between UIView and CALayer has low performance in comparison converting with same type. Therefore should UIView.layer property when creates constraint relationship between UIView and CALayer.

Available where Self: CALayer

Available where Self: NSView

Available where Self: LayoutElement