Contents

post(element:notification:)

Sends a notification to any observing assistive apps.

Declaration

static func post(element: Any, notification: NSAccessibility.Notification)

Discussion

Sends notification to any assistive applications that register to receive the notification from the user interface object element in your app. Accessibility notifications require special handling, so they can’t post using NotificationCenter.

See Also

Posting Notifications