Skip to main content

ContainerStackView.Distribution

Describes the size distribution of the arranged subviews in a container stack view.

public struct Distribution: Equatable 

Inheritance

Equatable

Properties

natural

Makes the arranged subviews with their natural size.

public static let natural 

equal

Makes the arranged subviews all with the same size.

public static let equal 

Did you find this page helpful?