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

accessibilityAttributedValue

The underlying attributed version of the accessibility value.

Declaration 宣言

@NSCopying var accessibilityAttributedValue: NSAttributedString? { get set }

Discussion 解説

Setting this property changes the value of the accessibilityValue property.

This attributed version allows for the inclusion of language attributes in the string to control pronunciation or accents.

See Also 参照

Defining Accessibility Text and Language