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

# view

Returns the view associated with the accessibility location descriptor.

## Declaration

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

## See Also

### Getting the descriptor information

- [name](uikit/uiaccessibilitylocationdescriptor/name.md)
- [attributedName](uikit/uiaccessibilitylocationdescriptor/attributedname.md)
- [point](uikit/uiaccessibilitylocationdescriptor/point.md)
