Contents

NSAccessibilityCustomRotor

A context-sensitive function that helps VoiceOver users find the next instance of a related accessibility element.

Declaration

class NSAccessibilityCustomRotor

Overview

Assistive apps, like VoiceOver, provide interfaces to quickly search apps for content of a specific type. For example, in a web browser, a user can quickly explore a list of navigational links or buttons using VoiceOver’s content menus.

NSAccessibilityCustomRotor provides a way for apps to vend their own content menus. For example, Pages can create a Headings custom rotor that allows assistive apps to search the Pages document for all headings.

Topics

Creating a Rotor

Navigating to the Next Item

Loading the Item

Getting the Rotor Type

Identifying the Rotor

See Also

Assigning rotors