Contents

NSAccessibilityNavigableStaticText

A role-based protocol that declares the minimum interface necessary for an accessibility element to act as navigable static text.

Declaration

protocol NSAccessibilityNavigableStaticText : NSAccessibilityStaticText

Overview

Use this protocol when you want to represent larger blocks of text. The protocol allows users to navigate through the text a line at a time or a word at a time using an assistive app. For shorter pieces of text (for example, labels or headers), use the NSAccessibilityStaticText protocol instead.

You can further enhance the adopting element by implementing any of the information properties or action methods that the NSAccessibilityProtocol protocol declares.

Topics

Supporting Accessibility

See Also

Text