Instance Method
インスタンスメソッド
map(_:)
Returns a gesture that’s the result of mapping the given closure over the gesture.
あるジェスチャを返します、それは与えられたクロージャをジェスチャ上にマップする結果です。
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 map<T>(_ body: @escaping (Self.Value) -> T) -> _MapGesture <Self, T>