Speech Attributes for Attributed Strings
Apply attributes to text in an attributed string to modify the pronunciation of that text.
Text Attributes for Attributed Strings
Apply attributes to text in an attributed string to convey extra information about the text.
var accessibilityAttributedHint : NSAttributedString?
The underlying attributed version of the accessibility hint.
var accessibilityAttributedLabel : NSAttributedString?
The underlying attributed version of the accessibility label.
var accessibilityLanguage : String?
The language to use when speaking the accessibility element's label, value, and hint.
var accessibilityTextualContext : UIAccessibilityTextualContext?
A named context that helps identify and classify the type of text inside an element.
var accessibilityUserInputLabels : [String]!
An array of localized labels the user provides to refer to the accessibility element.
var accessibilityAttributedUserInputLabels : [NSAttributedString]!
The underlying attributed versions of the accessibility user input labels.
var accessibilityAttributedValue : NSAttributedString?
The underlying attributed version of the accessibility value.