NSAccessibilityCustomRotor

Panther·2021년 8월 7일
0

https://developer.apple.com/documentation/appkit/nsaccessibilitycustomrotor

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

보이스오버 사용자가 관련 접근성 요소의 다음 인스턴스를 찾도록 도와주는 context-sensitive 함수입니다.

Declaration

class NSAccessibilityCustomRotor : NSObject

Overview

보이스오버와 같은 보조 앱은 특정 타입의 컨텐트에 대해 앱을 빠르게 검색할 수 있도록 하는 인터페이스를 제공합니다. 예를 들어 웹 브라우저에서 사용자는 보이스오버의 컨텐트 메뉴를 사용해 탐색 링크 혹은 버튼의 리스트를 빠르게 탐색할 수 있습니다.

NSAccessibilityCustomRotor는 앱이 고유한 컨텐트 메뉴를 제공할 수 있는 방법을 제공합니다. 예를 들어 Pages는 모든 heading에 대해 Pages 문서를 검색할 수 있도록 보조 앱을 돕는 Headings 커스텀 rotor를 생성할 수 있습니다.

0개의 댓글