VoiceOver is a screen reader for users with visual and ambulatory disabilities built into Apple's OS X and iOS operating systems.
I have a bunch of buttons on the screen which are positioned intuitively visually but are not read in an …
ios accessibility voiceoverI'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 voiceoverApple's voice over mispronounces the title of one of my views, which is inside a UINavigation Controller. In other parts …
ios objective-c accessibility voiceoverI am trying to add accessibility features to an iOS app that has already been developed. There are a couple …
ios accessibility voiceover uiaccessibilityI'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 uiaccessibilityI 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-readerSo 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 uiaccessibilityI am working on an Applescript to paste what was last copied to any current field. It is to be …
macos applescript voiceoverI 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 voiceoverI am trying to get VoiceOver to say something other than the specified text content in an HTML span element: &…
ios accessibility voiceover wai-aria