---
title: view
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitouch/view
---

# view

The view to which touches are being delivered, if any.

## Declaration

```swift
var view: UIView? { get }
```

## Mentioned in

Using responders and the responder chain to handle events

## Discussion

Discussion The value of this property is the view object to which touches are being delivered, which is not necessarily the view the touch is currently in. For example, when a gesture recognizer recognizes the touch, this property is nil because no view is receiving the touch.

## See Also

### Getting the location of a touch

- [location(in:)](uikit/uitouch/location(in:)-8rd36.md)
- [previousLocation(in:)](uikit/uitouch/previouslocation(in:)-22sws.md)
- [window](uikit/uitouch/window.md)
- [majorRadius](uikit/uitouch/majorradius.md)
- [majorRadiusTolerance](uikit/uitouch/majorradiustolerance.md)
- [preciseLocation(in:)](uikit/uitouch/preciselocation(in:).md)
- [precisePreviousLocation(in:)](uikit/uitouch/precisepreviouslocation(in:).md)
