---
title: heightAnchor
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiview/heightanchor
---

# heightAnchor

A layout anchor representing the height of the view’s frame.

## Declaration

```swift
var heightAnchor: NSLayoutDimension { get }
```

## Discussion

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

## See Also

### Creating constraints using layout anchors

- [bottomAnchor](uikit/uiview/bottomanchor.md)
- [centerXAnchor](uikit/uiview/centerxanchor.md)
- [centerYAnchor](uikit/uiview/centeryanchor.md)
- [firstBaselineAnchor](uikit/uiview/firstbaselineanchor.md)
- [lastBaselineAnchor](uikit/uiview/lastbaselineanchor.md)
- [leadingAnchor](uikit/uiview/leadinganchor.md)
- [leftAnchor](uikit/uiview/leftanchor.md)
- [rightAnchor](uikit/uiview/rightanchor.md)
- [topAnchor](uikit/uiview/topanchor.md)
- [trailingAnchor](uikit/uiview/trailinganchor.md)
- [widthAnchor](uikit/uiview/widthanchor.md)
