UIAccessibilityCustomAction

1533 ワード

https://developer.apple.com/documentation/uikit/uiaccessibilitycustomaction
"A custom action to perform on an accessible object."
アクセス可能なオブジェクトに対して実行できるカスタムアクション.

Declaration

class UIAccessibilityCustomAction : NSObject

Overview


Customアクションをサポートするアプリケーションは、アクションのユーザーが読み取り可能な名前と、アクションを実行するオブジェクトと選択者を特定する方法で、クラスのインスタンスを作成できます.セカンダリ・アプリケーションには、特定のユーザー・キューへの応答としてカスタム・アクションが表示されます.例えば、音声切替により、ユーザは、アクションレコーダを用いて動作に迅速にアクセスすることができる.
このようなインスタンスを作成したら、適切なアクセス可能なオブジェクトのaccessibilityCustomActionsプロパティにインスタンスを追加します.
After creating an instance of this class, add it to the accessibilityCustomActions property of an appropriate accessible object.

See Also


Actions


UIAccessibilityAction


アクセシビリティ要素は、特定のアクションをサポートするために使用できる一連の方法です.
https://developer.apple.com/documentation/objectivec/nsobject/uiaccessibilityaction
https://velog.io/@panther222128/UIAccessibilityAction