1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Update voice-over@trAMZVA4tDB7b_qAgiWNW.md (#6051)

This commit is contained in:
mrgsdev
2024-07-05 10:12:37 +03:00
committed by GitHub
parent ee298f9959
commit 4b5635c5e5

View File

@@ -1 +1,11 @@
# Voice Over
VoiceOver is an assistive technology that enables people to experience the interface on their devices without having to see the screen. People who are blind or have low vision depend on VoiceOver to provide auditory feedback while using their devices, but VoiceOver can be useful to people in a wide variety of contexts. For example, someone prone to motion sickness might choose to turn VoiceOver on while theyre in a moving vehicle.
VoiceOver is a screen reader that enables people to experience an apps interface without having to see the screen. With touch gestures on iOS and iPadOS, keyboard buttons on macOS, and remote buttons on tvOS, VoiceOver users can move through your apps UI in reading order, from the top of the screen to the bottom, and receive descriptions in over 60 languages and locales of UI controls, text, and images audibly or in braille.
Visit the following resources to learn more:
- [@official@VoiceOver](https://developer.apple.com/documentation/accessibility/voiceover/)
- [@official@Supporting VoiceOver in your app](https://developer.apple.com/documentation/uikit/accessibility_for_uikit/supporting_voiceover_in_your_app)