Structure
GestureStateGesture
A gesture that updates the state provided by a gesture’s updating callback.
あるジェスチャ、それはジェスチャのもつ更新コールバックによって提供される状態の更新を行うものです。
Declaration
宣言
@frozen struct GestureStateGesture<Base, State> where Base : Gesture
Overview
概要
A gesture’s updating(_:body:)
callback returns a GestureStateGesture
instance for updating a transient state property that’s annotated with the GestureState
property wrapper.
Topics
話題
Creating an In-Progress Gesture
Supporting Types
支援を行う型
typealias Body
The type of gesture representing the body of Self
.
ジェスチャの型、Self
のボディを表しています。
typealias Value
The type representing the gesture’s value.
ジェスチャの持つ値を表している型。
Default Implementations
省略時実装
See Also
参照
Dynamic View Properties
動的ビュープロパティ
struct GestureState
A property wrapper type that updates a property while the user performs a gesture and resets the property back to its initial state when the gesture ends.
あるプロパティラッパー型、それは、あるプロパティをユーザがジェスチャを実行する間に更新します、そしてそのプロパティをジェスチャが終わる時にそれの初期状態へと再設定します。