Accessibility

The NSAccessibilityPostNotification function is used to post an accessibility notification, which cannot be posted to the default notification center. The remaining functions are used by the accessibility system in Cocoa to manage what objects are visible to assistive applications.

NSAccessibilityPostNotification

void NSAccessibilityPostNotification(id element, NSString *notification)

NSAccessibilityUnignoredAncestor

id NSAccessibilityUnignoredAncestor(id element)

NSAccessibilityUnignoredChildren

NSArray *NSAccessibilityUnignoredChildren(NSArray *originalChildren)

NSAccessibilityUnignoredChildrenForOnlyChild

NSArray *NSAccessibilityUnignoredChildrenForOnlyChild(id originalChild)

NSAccessibilityUnignoredDescendant

id NSAccessibilityUnignoredDescendant(id element)

Get Cocoa in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.