Gestures ジェスチャ

Define interactions from taps, clicks, and swipes to fine-grained gestures. タップ、クリック、そしてスワイプからきめ細かいジェスチャまで相互作用を定義します。

Overview 概要

Respond to gestures by adding gesture modifiers to your views. You can listen for taps, drags, pinches, and other standard gestures. You can also compose custom gestures from individual gestures using the simultaneously(with:), sequenced(before:), or exclusively(before:) modifiers, or combine gestures with keyboard modifiers using the modifiers(_:) modifier.

Topics 話題

Basic Gestures 基本ジェスチャ

Combined Gestures 結合されたジェスチャ

Custom Gestures カスタムジェスチャ

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

Gesture Support ジェスチャサポート

See Also 参照

Interactivity