sammcewan / WYPopoverController

WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.
Other
253 stars 74 forks source link

Accessibility / UIAutomation #72

Open JulesMoorhouse opened 9 years ago

JulesMoorhouse commented 9 years ago

I love this control, it provides some great functionality in my app. I've been able to add an inline date picker and use it in most screens in my app.

However, I really struggle with accessibility, I need to use it as I have comprehensive UI Automation scripts. I've tried adding the same accessibility labels and most other things, however it doesn't seem to matter what I add, the rows don't show accessibility correctly.

On some screens, where I don't have dynamic content I've had to add catch blocks and x / y coordinates to allow selection.

However on more complicated screens, I've have to have manual intervention, this is a real pain.

So any work on accessibility would be awesome.

vitalys commented 8 years ago

@Jules2010 Thank you for your request. If you have any improvements (even unfinished), please create pull request. It will be really helpful

vitalys commented 8 years ago

@Jules2010 I definitely need more information from you. I talked to guy who does automation for our project and he is able to access controls inside WYPopoverController using automation, so I have no ideas which improvements you need.