Adding Interactivity with Gestures
相互作用をジェスチャに加える
Use gesture modifiers to add interactivity to your app.
ジェスチャ修飾子を使って相互作用機能をあなたのアプリに加えてください。
struct TapGesture
A gesture that recognizes one or more taps.
あるジェスチャ、それは1つ以上のタップを認識します。
struct LongPressGesture
A gesture that succeeds when the user performs a long press.
あるジェスチャ、それはユーザが長押しを実行する時に成功します。
struct DragGesture
A dragging motion that invokes an action as the drag-event sequence changes.
あるドラッグ動作、それはあるアクションをそのドラッグイベントの一続きが変化するにつれて発動します。
struct MagnificationGesture
A gesture that recognizes a magnification motion and tracks the amount of magnification.
あるジェスチャ、それは拡大動作を認識します、そして拡大量を追跡します。
struct RotationGesture
A gesture that recognizes a rotation motion and tracks the angle of the rotation.
あるジェスチャ、それは回転動作を認識します、そして回転の角度を追跡します。