Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 730 Bytes

File metadata and controls

19 lines (12 loc) · 730 Bytes

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];

Screenshots