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

previewContext(_:)

Declares a context for the preview. プレビューに対する前後関係を宣言します。

Declaration 宣言

func previewContext<C>(_ value: C) -> some View where C : PreviewContext

Parameters パラメータ

value

The context for the preview; the default is nil.

See Also 参照

Preview Contexts