Top "Voiceover" questions

VoiceOver is a screen reader for users with visual and ambulatory disabilities built into Apple's OS X and iOS operating systems.

Change order of read items with VoiceOver

I have a bunch of buttons on the screen which are positioned intuitively visually but are not read in an …

ios accessibility voiceover
VoiceOver: force an accessibility element to be selected after a screen transition

I'm in the process of making my iOS app accessible and I'm nearly finished. My app contains several custom screen …

objective-c ios cocoa-touch accessibility voiceover
iOS accessibility - How do you set the accessibility label for the title of a UINavigationBar?

Apple's voice over mispronounces the title of one of my views, which is inside a UINavigation Controller. In other parts …

ios objective-c accessibility voiceover
iOS Voiceover status

I am trying to add accessibility features to an iOS app that has already been developed. There are a couple …

ios accessibility voiceover uiaccessibility
Moving Accessibility Voiceover cursor focus to a specific element

I'm having an issue with moving the voiceover cursor to a specific element on viewDidAppear. I followed Apple's guidelines for …

ios objective-c accessibility voiceover uiaccessibility
Prevent background items from receiving focus while modal overlay is covering them?

I am working on making an overlay modal more accessible. It works essentially like this JSFiddle. When you open the …

accessibility wai-aria voiceover screen-readers jaws-screen-reader
voice over can only see a page of a uicollectionview

So i have a UICollectionView with a set of UICollectionViewCells displayed using a custom UILayout. I've configured the UILayout to …

ios cocoa-touch uicollectionview voiceover uiaccessibility
Applescript to "paste" clipboard

I am working on an Applescript to paste what was last copied to any current field. It is to be …

macos applescript voiceover
setting an accessibilityLabel on a UIImageView contained in UITableView header

I have a UITableView that I build in loadView. One of the things I do in loadView is create a …

objective-c ios cocoa-touch accessibility voiceover
For iOS, Safari, VoiceOver, how do I get VoiceOver to read something other than the text content?

I am trying to get VoiceOver to say something other than the specified text content in an HTML span element: &…

ios accessibility voiceover wai-aria