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 accessibilityHeaderElements : [Any]?
An array of elements that serves as the headers for the accessibility element.
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 accessibilityAttributedUserInputLabels : [NSAttributedString]!
The underlying attributed versions of the accessibility user input labels.
var accessibilityAttributedValue : NSAttributedString?
The underlying attributed version of the accessibility value.