devxoul / UITextView-Placeholder

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

Fix Placeholdertextview white background issues #58

Closed WynterW closed 5 years ago

WynterW commented 5 years ago

The following is the case,textView background color failure

    UITextView *textView = [[UITextView alloc] init];
    textView.backgroundColor = [UIColor redColor];
    textView.text = @"";
WynterW commented 5 years ago

There are similar pull request #54