Instance Method
インスタンスメソッド
transaction(_:)
Returns a new version of the modifier that will apply the transaction mutation function
transform
to all transactions within the modifier.
この修飾子のある新しいバージョンを返します、それはトランザクション変異関数transform
をこの修飾子内の全てのトランザクションに適用するものです。
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 transaction(_ transform: @escaping (inout Transaction
) -> Void
) -> some ViewModifier