ios-swiftui-accessibility-techniques icon indicating copy to clipboard operation
ios-swiftui-accessibility-techniques copied to clipboard

Add Headings and First-Letter Indexing to the List of Accessibility Techniques

Open judithhinlung opened this issue 8 months ago • 1 comments
trafficstars

VoiceOver users currently navigate through the list of accessibility techniques is by swiping left and right, which could take a long time for techniques whose first letters are further down the alphabet. This issues suggests using first-letter indexing and headings to facilitate quicker navigation.

judithhinlung avatar Mar 16 '25 18:03 judithhinlung

Thank you for the suggestion! It looks like this A-Z index functionality (like Contacts.app) is not natively built into SwiftUI yet like it is with UIKit. I unsuccessfully tried to add similar functionality. I will try to come back to this issue sometime in the future when SwiftUI adds a native a-z index functionality like UIKit has with the Contacts app.

pauljadam avatar Mar 27 '25 16:03 pauljadam