KennethTsang / GrowingTextView

An UITextView in Swift. Support auto growing, placeholder and length limit.
MIT License
1.07k stars 133 forks source link

Ambiguous use of 'attributedPlaceholder' #60

Open Yashraj4394 opened 4 years ago

Yashraj4394 commented 4 years ago

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.

Dulatheo commented 4 years ago

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