GCPlaceholderTextView
GCPlaceholderTextView copied to clipboard
how can I make the placeholder show again after I delete all the text in the textView
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.