LPlaceholderTextView is a UITextView subclass with placeholder text. Just add LPlaceholderTextView class to your project.
_textView.placeholderText = @"Enter text...";
_textView.placeholderColor = [UIColor lightGrayColor];
| Name | Name | Last commit date | ||
|---|---|---|---|---|