accessibilityValue
The accessibility element’s value.
Declaration
@property (strong) id accessibilityValue;Discussion
The accessibility protocols for roles that support values typically redefine this property to take a more specific value type. For example, the staticText protocol uses NSString values, and the progressIndicator protocol uses NSNumber values.