Logo for tanaschita.com

Cheat sheet on VoiceOver gestures for iOS

Learn to test accessibility in your iOS applications with VoiceOver.

08 Aug 2022 · 2 min read

As we established in this guide on accessibility for SwiftUI, the Accessibility Inspector is really helpful during development, but doesn't replace testing accessibility with VoiceOver on a real device.

When we turn VoiceOver on, the standard gestures have different effects, and additional gestures let us navigate through the app and control items.

Sponsorship logo
Capture HTTP(s) traffic with Proxyman
Proxyman - Your ultimate man-in-the-middle proxy to effortlessly capture, inspect, and manipulate HTTP(s) traffic on macOS, Windows, iOS, and Android devices.
Get started for free

Activating the VoiceOver shortcut

To be able to quickly switch VoiceOver on and off, we can activate a shortcut on the iOS device by selecting Settings > Accessibility > Accessibility Shortcut > VoiceOver.

It enables us to switch VoiceOver on and off by triple-clicking the device’s side button. That's really useful, especially when testing only certain parts of the app, we can quickly switch back and forth.

Frequently used VoiceOver gestures

After turning VoiceOver on, we can use the following gestures to navigate and take actions:

  • Drag the finger over the screen to explore items on the screen, VoiceOver will name each touched item.
  • Tap or touch an item to select it and let VoiceOver name it.
  • Swipe right or left to select the next or previous item.
  • Two-finger swipe up or down to let VoiceOver speak the entire screen from the top or from the selected item.
  • Two-finger tap to pause or continue speaking.
  • Three-finger swipe down, up, right or left to scroll.
  • Double tap to activate a selected item.

The listed gestured are sufficient to test most features. For more advanced gestures, check out Apple's official VoiceOver gestures guide.

Sponsorship logo
Capture HTTP(s) traffic with Proxyman
Proxyman - Your ultimate man-in-the-middle proxy to effortlessly capture, inspect, and manipulate HTTP(s) traffic on macOS, Windows, iOS, and Android devices.
Get started for free

Newsletter

Image of a reading marmot
Subscribe

Like to support my work?

Say hi

Related tags

Articles with related topics

accessibility

swiftui

xcode

ios

Quick guide on accessibility for SwiftUI

Learn how to use different accessibility modifiers in SwiftUI.

06 Jun 2022 · 4 min read

Latest articles and tips

© 2023 tanaschita.com

Privacy policy

Impressum