Tag: accessibility identifier

1 post

Tag: accessibility identifier

1 post

Please, don't use accessibility labels as ids for your UI tests. It can completely ruin the experience for VoiceOver users. There is actually an accessibility identifier property that you can use instead to uniquely identify your UI elements.

Created in Swift with Ignite.

Supporting Swift for Swifts