Hi, I am making an accessible card game, but i am following a tutorial, because this is one of my first apps. The person in the tutorial said to use image views for the cards, but this is a problem for voiceover users. How do you get around this problem, and make the cards so they will read with voiceover? Thanks Taylor
Comments
Image view labelling
Hi
The most basic and stable way I know of doing this is to create a label of the same
size and position as the image view and make it transparent.
This way you get to add text to the label and put the image view behind the label so that the
label is triggered.
Hope this helps.