Contents

bottomAnchor

A layout anchor representing the guide’s bottom edge.

Declaration

var bottomAnchor: NSLayoutYAxisAnchor { get }

Discussion

Use this anchor to create constraints with the guide’s bottom edge. You can only combine this anchor with other NSLayoutYAxisAnchor anchors. For more information, see NSLayoutAnchor.

See Also

Creating constraints using layout anchors