---
title: isUserInteractionEnabled
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiimageview/isuserinteractionenabled
---

# isUserInteractionEnabled

A Boolean value that determines whether user events are ignored and removed from the event queue.

## Declaration

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

## Discussion

Discussion This property is inherited from the UIView parent class. This class changes the default value of this property to false.

## See Also

### Configuring the image view

- [isHighlighted](uikit/uiimageview/ishighlighted.md)
- [tintColor](uikit/uiimageview/tintcolor.md)
