🌱 10 minute accessibility checkup

Source

A few of the hits

Make sure all elements have accessibility labels. These can be set in Interface Builder or by using the accessibilityLabel property.

Your labels should as short as you can make them, ideally one word. You don’t need to add “Button” or “Slider” because iOS will automatically add that for you.

If you don’t provide an accessibility label for images, VoiceOver will use whatever name you gave your image filenames. Yes, this can be embarrassing if you didn’t name your images sensibly.

Your hints should start with a third-person singular verb that completes the sentence “this button…” or “this control…”. For example “Adds a song to your playlist.” Ending with a full stop or period helps VoiceOver read the hint more naturally.

Made by Brandon . If you find this project useful you can donate.