<!--
{
  "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/UIStackView/Alignment-swift.enum/bottom",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIStackViewAlignment@UIStackViewAlignmentBottom"
  },
  "title" : "bottom"
}
-->

# bottom

A layout for horizontal stacks where the stack view aligns the bottom edge of its arranged views along its bottom edge.

```
static var bottom: UIStackView.Alignment { get }
```

## Discussion

This value is equivalent to the [`UIStackView.Alignment.trailing`](/documentation/UIKit/UIStackView/Alignment-swift.enum/trailing) alignment for vertical stacks.

The following image shows an example of a horizontal stack view that uses the [`bottom`](/documentation/UIKit/UIStackView/Alignment-swift.enum/bottom) alignment.

![A horizontal stack view with four arranged subviews. The stack view aligns the subviews to its bottom edge.](images/com.apple.uikit/media-2557475@2x.png)

---

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)