- accessibilityActionDescription:
Returns a localized description of the specified action.
- accessibilityActionNames
Returns an array of action names supported by the accessibility element.
- accessibilityArrayAttributeCount:
Returns the count of the specified accessibility array attribute.
- accessibilityArrayAttributeValues:index:maxCount:
Returns a subarray of values of an accessibility array attribute.
- accessibilityAttributeNames
Returns an array of attribute names supported by the receiver.
- accessibilityAttributeValue:
Returns the value of the specified attribute in the receiver.
- accessibilityAttributeValue:forParameter:
Returns the value of the receiver's parameterized attribute corresponding to the specified attribute name and parameter.
- accessibilityIndexOfChild:
Returns the index of the specified accessibility child in the parent.
- accessibilityIsAttributeSettable:
Returns a Boolean value that indicates whether the value for the specified attribute in the receiver can be set.
- accessibilityIsIgnored
Returns a Boolean value indicating whether the receiver should be ignored in the parent-child accessibility hierarchy.
- accessibilityParameterizedAttributeNames
Returns a list of parameterized attribute names supported by the receiver.
- accessibilityPerformAction:
Performs the action associated with the specified action.
- accessibilitySetOverrideValue:forAttribute:
Overrides the specified attribute in the receiver or adds it if it does not exist, and sets its value to the specified value.