Contents

SequenceGesture

A gesture that’s a sequence of two gestures.

Declaration

@frozen struct SequenceGesture<First, Second> where First : Gesture, Second : Gesture

Overview

Read Composing SwiftUI gestures to learn how you can create a sequence of two gestures.

Topics

Creating the gesture

Getting the gesture’s values

See Also

Combining gestures