My application uses an UITextView. Now I want the UITextView to have a placeholder similar to the one you can set for an UITextField.<
UITextView
UITextField
- (void)textViewDidChange:(UITextView *)textView { placeholderLabel.hidden = YES; }
put a label over the textview.