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 programmatically use iOS voice synthesizers? (text to speech)

iOS devices have embedded voice synthesizers for Accessibility's VoiceOver feature. Is there a way you can use these synthesizers programmatically to generate text-based sounds?

Tags: 
  • ios
  • accessibility
  • voice
  • audio

How to make UITableViewCell read out a UIImageView automatically the way it does for UILabel with voice over

I've tried adding random labels to a UITableViewCell and the accessibility voice over system reads all of them automatically.

Tags: 
  • ios
  • accessibility
  • voice