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

accessibilityAttributedLabel

The underlying attributed version of the accessibility label.

Declaration 宣言

@NSCopying var accessibilityAttributedLabel: NSAttributedString? { get set }

Discussion 解説

Setting this property changes the value of the accessibilityLabel 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