Closed WynterW closed 5 years ago
The following is the case,textView background color failure
UITextView *textView = [[UITextView alloc] init]; textView.backgroundColor = [UIColor redColor]; textView.text = @"";
There are similar pull request #54
The following is the case,textView background color failure