Contents

accessibilityLabel

A short description of the accessibility element.

Declaration

@property (copy) NSString * accessibilityLabel;

Discussion

Do not include the accessibility element’s type in the label (for example, write Play, not Play button.). If possible, use a single word. To help ensure that accessibility clients such as VoiceOver read the label with the correct intonation, start this label with a capital letter. Do not put a period at the end. Always localize the label.

See Also

Related Documentation

Configuring accessibility