Contents

accessibilityValueDescription

A human-readable description of the accessibility element’s value.

Declaration

@property (copy) NSString * accessibilityValueDescription;

Discussion

Use this property to provide a more useful description of the accessibility element’s raw value. For example, you might set the value to 600, but set the description to 10 minutes. Always localize this description.

See Also

Setting content and values