XCode 12.5 日本語化計画:Swift 記事: Inspecting View Layout
水平の軸に沿った合わせ位置。
@frozen struct VerticalAlignment
static let bottom: VerticalAlignment
ビューの下端をマークするガイド。
static let center: VerticalAlignment
ビューの垂直方向の中心をマークするガイド。
static let firstTextBaseline: VerticalAlignment
最も上のテキストベースラインビューをマークするガイド。
static let lastTextBaseline: VerticalAlignment
ビューの最も下のテキストベースラインをマークするガイド。
static let top: VerticalAlignment
ビューの上端をマークするガイド。
与えられた ID でインスタンスを作成します。
static func != (Self, Self) -> Bool
static func == (VerticalAlignment, VerticalAlignment) -> Bool
2 つの値が等しいかどうかを示すブール値を返します。
init(alignment: VerticalAlignment, spacing: CGFloat?, content: () -> Content)
与えられた間隔と垂直方向の配置で水平スタックを作成します。