KennethTsang/GrowingTextView

Ambiguous use of 'attributedPlaceholder'

Yashraj4394 opened this issue · 1 comments

I want to add attributed placeholder to textView which if type GrowingTextView. But it shows error "Ambiguous use of "attributedPlaceholder".
Screenshot 2020-08-11 at 5 13 15 PM
I guess the name of the placeholder attribute should be changed to something different as UItextView already has placeholder attribute.

The same issue... I fixed it like:
textView.placeholderTextView.text = "Placeholder..."