translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 2 of 2 questions

How to force VoiceOver to not read the "heading" word for view controller title

Stackoverflow

Is There any way to force VoiceOver to not read view controller title "heading" word after reading title/accessibilityLabel?

Tags: 
  • ios
  • objective-c
  • accessibility
  • voiceover

iOS Refresh Accessibility Label

Stackoverflow

I have a button with accessibility label @"a". When the button is pressed, I have a callback that sets the accessibility label button.accessibilityLabel = @"b".

Tags: 
  • ios
  • objective-c
  • accessibility
  • voiceover