Day 3 - #adventOfIOSAccessibility. Anything representing a heading in the app should have the header trait. It allows for a faster way of exploring a screen and quickly jumping to the part of the app you are interested in. Screens should also start with a header. #365DaysIOSAccessibility
@dadederk The biggest problem I've had with this is compatibility. In HTML, headers are treated differently between iOS VoiceOver and MacOS VoiceOver. Even different versions of iOS will either populate the header accessibility tree or leave it blank. The same problem applies to landmarks as well. If we want developers to get on board with these things, it has to work.