AccessibilitySnapshot
AccessibilitySnapshot copied to clipboard
Tab bar descriptions are incorrect on iOS 14 and later
From testing on iOS 14.0.1, the actual description around tab bars differs slightly from what shows up in tests:
- The first item in the tab bar is prepended with "Tab Bar".
- In the case of fake tab bars (i.e. not using
UITabBarController
), some of the element descriptions no longer indicate the position in the tab bar (i.e. "x of y").
The first item in the tab bar is prepended with "Tab Bar".
This is still true on iOS 16
In the case of fake tab bars (i.e. not using UITabBarController), some of the element descriptions no longer indicate the position in the tab bar (i.e. "x of y").
From what I can tell this was corrected by iOS 16
Starting in iOS 17, it looks like in some cases it will read the badge as part of the description.
The first item in the tab bar is prepended with "Tab Bar".
This is still true on iOS 17 as well.