---
title: performsFirstActionWithFullSwipe
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiswipeactionsconfiguration/performsfirstactionwithfullswipe
---

# performsFirstActionWithFullSwipe

A Boolean value indicating whether a full swipe automatically performs the first action.

## Declaration

```swift
var performsFirstActionWithFullSwipe: Bool { get set }
```

## Discussion

Discussion When this property is set to true, a full swipe in the row performs the first action listed in the actions property. The default value of this property is true.

## See Also

### Getting the swipe action information

- [actions](uikit/uiswipeactionsconfiguration/actions.md)
