Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility Support #19

Merged
merged 2 commits into from
Nov 25, 2017
Merged

Conversation

hipwelljo
Copy link
Contributor

@hipwelljo hipwelljo commented Nov 25, 2017

Adds accessibility support to the table index so it can be used easily and intuitively by those who rely on accessible technologies such as VoiceOver, resolves #18

Copy link
Owner

@mindz-eye mindz-eye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thanks for your contribution! :)

}

private func updateAccessibilityValue() {
if items.count >= currentIndex && currentIndex < items.count {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it should be currentIndex >= 0 && currentIndex < items.count

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, that is indeed what it should be, updated and pushed

@mindz-eye mindz-eye merged commit f993086 into mindz-eye:develop Nov 25, 2017
@hipwelljo hipwelljo deleted the accessibility branch December 2, 2017 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants