jlainog / UITextView-Placeholder

Category to easy set a Placeholder to a UITextView from IB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UITextView-Placeholder

Easy way to add a placeholder text to UITextView from IB

you'll find a category holding this line

@property (nonatomic, strong) IBInspectable NSString *placeholder;

this does all the magic, so in IB you can find a field to set the placeholder text you want to use

IB

so here is the result.
IB

when the text change the placeholder is removed, and if the text is deleted the placeholder is back :)

About

Category to easy set a Placeholder to a UITextView from IB

License:MIT License


Languages

Language:Objective-C 100.0%