UIAccessibility is an informal protocol in UIKit that provides accessibility information about user interface elements.
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 uiaccessibilityI've been going through our code base and setting the accessibilityIdentifier property on all of our buttons and text fields …
ios ios-ui-automation uiaccessibilityI 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 uiaccessibilityIs it possible to change the order in which the VoiceOver feature for accessibility in iPad reads out the elements, …
ios ipad accessibility uiaccessibilitySo 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’m trying to ascertain what exactly happens differently when posting a UIAccessibilityLayoutChangedNotification, and a UIAccessibilityScreenChangedNotification. From what I can …
ios accessibility uiaccessibility uiaccessibility-notificationI 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 uiaccessibilityI'm using a UINavigationController in my app. When using VoiceOver the backButton has the focus, when a new ViewController is …
ios accessibility voiceover uiaccessibilityI have a simple UIView hierarchy. There is a parent view A which contains view B and C. If I …
ios uiview accessibility voiceover uiaccessibility