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

overlayPreferenceValue(_:_:)

Uses the specified preference value from the view to produce another view as an overlay atop the first view. ビューからこの指定されたプレファレンス値を使って、別のビューを最初のビューの上にオーバーレイ(被せもの)として生成します。

Declaration 宣言

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