The context for the preview; the default is nil
.
Instance Method
インスタンスメソッド
preview
previewContext(_:)
Declares a context for the preview.
プレビューに対する前後関係を宣言します。
Availability 有効性
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.0+
- tvOS 14.0+
- watchOS 7.0+
Technology
- Swift
UI
Declaration 宣言
func previewContext<C>(_ value: C) -> some View
where C : PreviewContext
Parameters パラメータ
value