---
title: elementFocusedNotification
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiaccessibility/elementfocusednotification
---

# elementFocusedNotification

A notification that UIKit posts when an assistive app focuses on an accessibility element.

## Declaration

```swift
nonisolated static let elementFocusedNotification: NSNotification.Name
```

## Discussion

Discussion Retrieve the focusedElementUserInfoKey key from the userInfo dictionary to get the identity of the focused accessibility element.

## See Also

### UI changes

- [screenChanged](uikit/uiaccessibility/notification/screenchanged.md)
- [layoutChanged](uikit/uiaccessibility/notification/layoutchanged.md)
- [pageScrolled](uikit/uiaccessibility/notification/pagescrolled.md)
- [switchControlStatusDidChangeNotification](uikit/uiaccessibility/switchcontrolstatusdidchangenotification.md)
- [reduceTransparencyStatusDidChangeNotification](uikit/uiaccessibility/reducetransparencystatusdidchangenotification.md)
- [buttonShapesEnabledStatusDidChangeNotification](uikit/uiaccessibility/buttonshapesenabledstatusdidchangenotification.md)
