Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.16 KB

InAccessibility

A SwiftUI app that's not very accessible... On purpose

This app is part of the Accessibility event during the SwiftUI Series. This project has been made inaccessible and non-inclusive on purpose. Can you fix the 20+ areas that can be improved?

Improvements

This was a really fun challenge! Here are some of the changes that I made.

VoiceOver

  • Each stock cell is read aloud naturally in dollars and cents.
  • Hint to tap for more info.
    • Tapping the cell brings up the detail view with a close button. Otherwise, VoiceOver users cannot dismiss the sheet.
voiceovervideo.mov
  • Voice over image

Voice Control

  • Each stock cell is tappable via Voice Control.
  • Voice control image

Future Improvements

  • Next time, I would try to fix the info button. Currently, it is not tappable with Voice Control unless you say, "show grid."
  • I'll also research Dynamic Type. Even though the challenge has ended, I'll continue looking into how to improve the app for those with low vision.