Structure

GeometryReader

A container view that defines its content as a function of its own size and coordinate space. あるコンテナビュー、それはそれの内容をそれ独自の大きさと座標空間の相関関係として定義します。

Declaration 宣言

@frozen struct GeometryReader<Content> where Content : View

Overview 概要

This view returns a flexible preferred size to its parent layout. このビューは、それの親レイアウトに対して、柔軟な好ましい大きさを返します。

Topics 話題

Creating a Geometry Reader ジオメトリリーダー(形状読取機)を作成する

Supporting Types 支援を行う型

Default Implementations 省略時実装

Relationships 関係

Conforms To 次に準拠

See Also 参照

Measurement