Top "Uiaccessibility" questions

UIAccessibility is an informal protocol in UIKit that provides accessibility information about user interface elements.

How to bind dynamic data to aria-label?

I have dynamic text to bind to aria-label on a HTML page. This is an Angular 2 app. I am using …

html angular wai-aria uiaccessibility
What's the difference between setAccessibilityLabel and accessibilityIdentifier in ios?

I've been going through our code base and setting the accessibilityIdentifier property on all of our buttons and text fields …

ios ios-ui-automation uiaccessibility
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
Accessibility for iOS, VoiceOver read order issue

Is it possible to change the order in which the VoiceOver feature for accessibility in iPad reads out the elements, …

ios ipad accessibility uiaccessibility
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
Actual difference between UIAccessibilityLayoutChangedNotification and UIAccessibilityScreenChangedNotification?

I’m trying to ascertain what exactly happens differently when posting a UIAccessibilityLayoutChangedNotification, and a UIAccessibilityScreenChangedNotification. From what I can …

ios accessibility uiaccessibility uiaccessibility-notification
DIV ARIA-LABEl not being read by JAWS

I have an angular2 application and I am binding some dynamic text to ARIA-LABEl for a nested DIV. But when …

html angular accessibility wai-aria uiaccessibility
Accessibility: How to always set the focus on the navigation item's title view

I'm using a UINavigationController in my app. When using VoiceOver the backButton has the focus, when a new ViewController is …

ios accessibility voiceover uiaccessibility
VoiceOver parent and child views as accessibility elements

I have a simple UIView hierarchy. There is a parent view A which contains view B and C. If I …

ios uiview accessibility voiceover uiaccessibility