---
title: interactions
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiview/interactions
---

# interactions

The array of interactions for the view.

## Declaration

```swift
var interactions: [any UIInteraction] { get set }
```

## Mentioned in

Making a view into a drag source Making a view into a drop destination

## See Also

### Adding and removing interactions

- [addInteraction(_:)](uikit/uiview/addinteraction(_:).md)
- [removeInteraction(_:)](uikit/uiview/removeinteraction(_:).md)
- [UIInteraction](uikit/uiinteraction.md)
