Add backgroundColor into observingKeys so the KVO will observe it and set self.placeholderTextView.backgroundColor = self.backgroundColor in - (void)updatePlaceholderTextView so the background color of placeholderTextView can be the same as the super TextView.
Add backgroundColor into
observingKeys
so the KVO will observe it and setself.placeholderTextView.backgroundColor = self.backgroundColor
in- (void)updatePlaceholderTextView
so the background color of placeholderTextView can be the same as the super TextView.