<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UILayoutGuide/bottomAnchor",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UILayoutGuide(py)bottomAnchor"
  },
  "title" : "bottomAnchor"
}
-->

# bottomAnchor

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

```
var bottomAnchor: NSLayoutYAxisAnchor { get }
```

## Discussion

Use this anchor to create constraints with the layout guide’s bottom edge. You can combine this anchor only with other [`NSLayoutYAxisAnchor`](/documentation/UIKit/NSLayoutYAxisAnchor) anchors. For more information, see [`NSLayoutAnchor`](/documentation/UIKit/NSLayoutAnchor).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)