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

accessibilityAttributedUserInputLabels

The underlying attributed versions of the accessibility user input labels.

Declaration 宣言

var accessibilityAttributedUserInputLabels: [NSAttributedString]! { get set }

Discussion 解説

Setting this property changes the value of the accessibilityUserInputLabels property.

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

See Also 参照

Defining Accessibility Text and Language