---
title: "init(_:_:)"
framework: swiftui
role: symbol
role_heading: Initializer
path: "swiftui/sequencegesture/init(_:_:)"
---

# init(_:_:)

Creates a sequence gesture with two gestures.

## Declaration

```swift
nonisolated init(_ first: First, _ second: Second)
```

## Parameters

- `first`: The first gesture of the sequence.
- `second`: The second gesture of the sequence.

## See Also

### Creating the gesture

- [first](swiftui/sequencegesture/first.md)
- [second](swiftui/sequencegesture/second.md)
