Instance Method インスタンスメソッド

accessibilityPerformAction(_:)

Performs the action associated with the specified action.

Declaration 宣言

func accessibilityPerformAction(_ action: NSAccessibility.Action)

Parameters パラメータ

action

The action to perform. 実行するアクション。

Discussion 解説

User interface classes must implement this method to handle all the actions returned from accessibilityActionNames(). Subclasses should invoke the superclass's implementation, if it exists, if action is not implemented in the subclass.

See Also 参照

Deprecated 非推奨