forked from nicolaschengdev/WYPopoverController
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
Description
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.