Contents

topAnchor

A layout anchor representing the top edge of the view’s frame.

Declaration

var topAnchor: NSLayoutYAxisAnchor { get }

Discussion

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

See Also

Creating Constraints Using Layout Anchors