Skip to content

lukagabric/LPlaceholderTextView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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


Releases

No releases published

Packages

No packages published