Instance Method
インスタンスメソッド
transform
transformEnvironment(_:transform:)
Transforms the environment value of the specified key path with the given function.
指定されたキーパスの環境値をこの与えられた関数で変換します。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
func transformEnvironment<V>(_ keyPath: WritableKeyPath
<EnvironmentValues
, V>, transform: @escaping (inout V) -> Void
) -> some View