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

accessibilityElementDidBecomeFocused()

Sent after an assistive technology has set its virtual focus on the accessibility element.

Declaration 宣言

func accessibilityElementDidBecomeFocused()

Discussion 解説

Override accessibilityElementDidBecomeFocused if you need to know when an assistive technology has set its virtual focus on an accessibility element.

See Also 参照

Getting Focus Information