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

# isUserInteractionEnabled

A Boolean value that determines whether the system ignores and removes user events for this label from the event queue.

## Declaration

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

## Discussion

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

## See Also

### Related Documentation

- [isUserInteractionEnabled](uikit/uiview/isuserinteractionenabled.md)

### Accessing additional attributes

- [clipsToBounds](uikit/uilabel-clipstobounds.md)
