---
title: "ExclusiveGesture.Value.first(_:)"
framework: swiftui
role: symbol
role_heading: Case
path: "swiftui/exclusivegesture/value/first(_:)"
---

# ExclusiveGesture.Value.first(_:)

The first of two gestures succeeded.

## Declaration

```swift
case first(First.Value)
```

## See Also

### Getting gesture values

- [ExclusiveGesture.Value.second(_:)](swiftui/exclusivegesture/value/second(_:).md)
