Instance Property インスタンスプロパティ

accessibilityAttributedHint

The underlying attributed version of the accessibility hint.

Declaration 宣言

@NSCopying var accessibilityAttributedHint: NSAttributedString? { get set }

Discussion 解説

Setting this property changes the value of the accessibilityHint property.

This attributed version allows for the inclusion of language attributes in the string to control pronunciation or accents. For example, you can attribute a French proper name like Arc de Triomphe with the fr-FR accessibility speech language. VoiceOver then chooses the most appropriate voice to speak the content.

See Also 参照

Defining Accessibility Text and Language