#SwiftUI #a11y Techniques app updated with new Horizontal Scroll Views good/bad example that applies WCAG's Reflow success criterion to avoid horizontal scrolling at 320 or less screen width and adds right and left arrow buttons as single tap alternatives. https://apps.apple.com/app/accessibility-techniques/id6474141089
@pauljadam I think Swift UI tables have not been fixed yet for #accessibility, is that accurate on my part?
@vick21 Native Table() element will not read its row headers to VoiceOver and they only work on iPad https://github.com/cvs-health/ios-swiftui-accessibility-techniques/blob/main/iOSswiftUIa11yTechniques/Documentation/DataTables.md
@vick21 I have a demo in the app
@pauljadam Oh thx. I'll go check it out now. :)