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 支援を行う型

Default Implementations 省略時実装

Relationships 関係

Conforms To 次に準拠

See Also 参照

Dynamic View Properties 動的ビュープロパティ