0

When view shows up only first label is being read, how can i make the app to read all the labels present on the screen without touching the screen so user can know what options are available?

Thanks

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Paragon
  • 982
  • 2
  • 10
  • 37
  • Providing requirements without showing any effort was once considered [off-topic](http://stackoverflow.com/help/on-topic). It is still [being debated now](http://meta.stackexchange.com/questions/215596/are-code-questions-without-an-attempt-now-on-topic), and many people consider it to be rude. – Scott Solmer Jul 23 '14 at 18:47
  • @Scott - It's very simple question so didn't add more requirements, can you please suggest what's missing? – Paragon Jul 23 '14 at 18:52
  • Show some code, make your question clear and specific, generally try to follow ["How do I ask a good question?"](http://stackoverflow.com/help/how-to-ask), Oh and make it clear that you've given the problem some thought by sharing what you've tried so far. – Scott Solmer Jul 23 '14 at 18:55
  • Actually there is no code for UIAccessibility, it works when user enables it from settings. – Paragon Jul 23 '14 at 18:56
  • @Paragon This is a strange requirement. Let usability work as intended. If the user wants to process the whole screen then the user will process the whole screen as they want. It would be really annoying if the app read the whole screen every time. – rmaddy Jul 23 '14 at 18:56
  • @rmaddy- i agree with you but i have only 3 labels in one screen that's where i just need to tell the user what options are available. it's only for one screen – Paragon Jul 23 '14 at 18:58
  • @Paragon Right but why make the user listen to all three every time? Again, keep your app standard. Other apps don't make a user listen to a whole screen. Users expect accessibility to work a certain way. Doing it differently would be a bad user experience. – rmaddy Jul 23 '14 at 19:10
  • @rmaddy Is it even possible? – Paragon Jul 23 '14 at 19:13
  • 2
    The user can swipe up with two fingers and have all elements on the screen be read out in order. Isn't that what you are after? If the user want's to know what's on screen they will perform that gesture. – David Rönnqvist Jul 23 '14 at 19:23
  • @DavidRönnqvist Exactly but can i perform the same action when screen shows up? – Paragon Jul 23 '14 at 19:25
  • @Paragon I don't think you should (even if there was a nice way of doing so). – David Rönnqvist Jul 23 '14 at 19:27
  • @DavidRönnqvist i totally agree with you guys but just for information is it even possible? – Paragon Jul 23 '14 at 19:35
  • @Paragon Practically speaking, **no**. You cannot and should not force VoiceOver to behave in this way. – Justin Jul 29 '14 at 16:27

0 Answers0