GrowingTextView icon indicating copy to clipboard operation
GrowingTextView copied to clipboard

Ambiguous use of 'attributedPlaceholder'

Open Yashraj4394 opened this issue 3 years ago • 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.

Yashraj4394 avatar Aug 11 '20 11:08 Yashraj4394

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

Dulatheo avatar Sep 21 '20 05:09 Dulatheo