Awesome
LPlaceholderTextView
LPlaceholderTextView is a UITextView subclass with placeholder text. Just add LPlaceholderTextView class to your project.
Sample implementation
_textView.placeholderText = @"Enter text...";
_textView.placeholderColor = [UIColor lightGrayColor];