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

backgroundPreferenceValue(_:_:)

Uses the specified preference value from the view to produce another view as a background to the first view. ビューからこの指定されたプレファレンス値を使って、別のビューを最初のビューのバックグラウンドとして生成します。

Declaration 宣言

func backgroundPreferenceValue<Key, T>(_ key: Key.Type = Key.self, _ transform: @escaping (Key.Value) -> T) -> some View where Key : PreferenceKey, T : View

See Also 参照

Preferences 環境設定