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

# isExclusiveTouch

A Boolean value that indicates whether the receiver handles touch events exclusively.

## Declaration

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

## Discussion

Discussion Setting this property to true causes the receiver to block the delivery of touch events to other views in the same window. The default value of this property is false.

## See Also

### Configuring the event-related behavior

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