GCPlaceholderTextView icon indicating copy to clipboard operation
GCPlaceholderTextView copied to clipboard

how can I make the placeholder show again after I delete all the text in the textView

Open ghost opened this issue 9 years ago • 0 comments

I tried to use the NSNotificationTextViewDidChange ,if the text is equal to @"" or is nil, I will set the text to
placeholder.But that does't work. the placeholder become the text,so that I have to delete it before I input something.

ghost avatar Jul 03 '16 10:07 ghost