---
title: "init(attributedName:point:in:)"
framework: uikit
role: symbol
role_heading: Initializer
path: "uikit/uiaccessibilitylocationdescriptor/init(attributedname:point:in:)"
---

# init(attributedName:point:in:)

Initializes a new accessibility location descriptor using an attributed string and a specified point in a view.

## Declaration

```swift
init(attributedName: NSAttributedString, point: CGPoint, in view: UIView)
```

## See Also

### Initializing the descriptor

- [init(name:point:in:)](uikit/uiaccessibilitylocationdescriptor/init(name:point:in:).md)
- [init(name:view:)](uikit/uiaccessibilitylocationdescriptor/init(name:view:).md)
