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

feat: use placeholder as accessibility value when placeholder is visible #72

Merged
merged 1 commit into from
Jan 30, 2020
Merged

Conversation

e-sung
Copy link
Contributor

@e-sung e-sung commented Jan 5, 2020

Hi! Thank you for making this useful codes open source.
I'm glad I found a small room for improvement in the code and be able to suggest a change.

Currently, VoiceOver users cannot access placeholder information.
Even tough placeholder textview shouldn't be "selectable" for voiceOver users as discussed in #57, its information still should be delivered to them.

With this implementation, UITextView+Placeholder acts just like UITextField in terms of VoiceOver experience.

@devxoul devxoul merged commit b6e6b13 into devxoul:master Jan 30, 2020
@devxoul devxoul added this to the 1.4.0 milestone Jan 30, 2020
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.

None yet

2 participants