lukagabric / LPlaceholderTextView

UITextView subclass with placeholder text

Home Page:http://lukagabric.com/lplaceholdertextview-uitextview-subclass-with-placeholder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


About

UITextView subclass with placeholder text

http://lukagabric.com/lplaceholdertextview-uitextview-subclass-with-placeholder/


Languages

Language:Objective-C 93.6%Language:Ruby 6.4%