<!--
{
  "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/Distribution-swift.enum/fillEqually",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIStackViewDistribution@UIStackViewDistributionFillEqually"
  },
  "title" : "UIStackView.Distribution.fillEqually"
}
-->

# UIStackView.Distribution.fillEqually

A layout where the stack view resizes all arranged views to the same size, filling the available space along the stack view’s axis.

```
case fillEqually
```

## Discussion

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

![A horizontal stack view with four arranged subviews. The stack view resizes the width of the arranged views so that they fill the available space along the stack view’s axis, with each view having equal size.](images/com.apple.uikit/media-2557447@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)