var isAccessibilityElement : Bool
A Boolean value that indicates whether the element is an accessibility element that an assistive app can access.
var accessibilityLabel : String?
A succinct label in a localized string that identifies the accessibility element.
var accessibilityValue : String?
A localized string that contains the value of the accessibility element.
var accessibilityHint : String?
A localized string that contains a brief description of the result of performing an action on the accessibility element.
struct UIAccessibilityTraits
Constants that describe how an accessibility element behaves.