I have a custom UIView subclass that contains a grid of cells, each of which is also a regular UIView subclass.
I'm interested in using the Keep It Functional functional test environment, which requires an acccessibilityLabel on each view.
How to configure cell classes for availability shortcuts, so I can refer to them separately in my tests?
source share