iOS / OS X A UIStackView Hack for Stacking Child Views Compactly UIStackView is missing a distribution type that will stack its children close to each other and also size them based on their intrinsic content size.
iOS / OS X UIStackView Tricks: Proportional Custom UIViews with ‘Fill Proportionally’ How to use the Fill Proportionally option with any UIStackView custom view while also having fine-grained control over the proportions themselves.
Developer Tools Exploring UIStackView Distribution Types Exploring the five UIStackView distribution types: Fill, Fill Equally, Fill Proportionally, Equal Spacing, and Equal Centering.
Developer Tools Fill and Space Content Evenly in a UIStackView How to set the content inside a UIStackView to fill equally and have proper spacing in between your controls.
Developer Tools Stretch and Fill Content in UIStackView on iOS How to configure your controls to stretch and fill a UIStackView on iOS by setting the alignment property to Fill.