Instance Method インスタンスメソッド

body(content:)

Gets the current body of the caller. 呼び出し側の現在のボディを取得します。

Declaration 宣言

func body(content: Self.Content) -> Self.Body

Discussion 議論

content is a proxy for the view that will have the modifier represented by Self applied to it. contentは、ビューに対するプロキシです、それはそれに適用されるSelfによって表わされる修飾子を持つでしょう。

Default Implementations 省略時実装

ViewModifier Implementations

See Also 参照

Getting the Body ボディを取得する