CLASS

StackViewStyle

Contents

public final class StackViewStyle: UIStyle, StyleLoadable, Equatable

The UIStyle subclass used for a single UIStackView UI component styling definitions.

Properties

commonUIStyle

public let commonUIStyle: CommonUIStyle

spacing

public let spacing: Double

alignment

public let alignment: UIStackView.Alignment

Methods

init(from:)

public convenience init(from decoder: Decoder) throws

Parameters

Name Description
decoder The decoder to read data from.

==(::)

public static func == (lhs: StackViewStyle, rhs: StackViewStyle) -> Bool

Parameters

Name Description
lhs A value to compare.
rhs Another value to compare.