Contents

leftAnchor

A layout anchor representing the left edge of the layout guide’s frame.

Declaration

var leftAnchor: NSLayoutXAxisAnchor { get }

Discussion

Use this anchor to create constraints with the layout guide’s left edge. You can combine this anchor only with a subset of the NSLayoutXAxisAnchor anchors. You can combine a leftAnchor with another leftAnchor, a rightAnchor, or a centerXAnchor. For more information, see NSLayoutAnchor.

See Also

Creating constraints using layout anchors