Contents

elementFocusedNotification

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

Declaration

nonisolated static let elementFocusedNotification: NSNotification.Name

Discussion

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

See Also

UI changes