mindz-eye / MYTableViewIndex

A pixel perfect replacement for UITableView section index, written in Swift
MIT License
523 stars 52 forks source link

Accessibility Support #18

Closed hipwelljo closed 6 years ago

hipwelljo commented 6 years ago

This is a fantastic implementation, thank you! I'd like to request it be just as fantastic for users who rely on accessibility features like VoiceOver. It would ideally behave the exact same as it does for the native table index. This will ensure it can be intuitively used by all users!

I'll work on a pull request for this. 😊