VoiceOver is a screen reader for users with visual and ambulatory disabilities built into Apple's OS X and iOS operating systems.
Phone numbers are typically all digits, ignoring parens, dashes, pluses, etc., so input fields for phone numbers are typically numeric. …
accessibility voiceover screen-readers jaws-screen-reader nvdaI'm using a UINavigationController in my app. When using VoiceOver the backButton has the focus, when a new ViewController is …
ios accessibility voiceover uiaccessibilityWhen I set isAccessibilityElement = NO on a view that contains subviews with isAccessibilityElement = YES, VoiceOver still detects them. I need …
iphone ios ipad accessibility voiceoverI have a simple UIView hierarchy. There is a parent view A which contains view B and C. If I …
ios uiview accessibility voiceover uiaccessibilityI am trying to find a way to customise the accessibility label for the back button on the navigation bar …
swift ios8 accessibility voiceover uiaccessibilityI have a table with cells that the user may swipe to mark them "completed". I am trying to make …
ios objective-c accessibility voiceover