devxoul / UITextView-Placeholder

A missing placeholder for UITextView
MIT License
1.48k stars 259 forks source link

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

Closed e-sung closed 4 years ago

e-sung commented 4 years ago

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.