Home

Awesome

RTPlaceholderTextView

A UITextView with placeholder supported

Features

Usage

With IB

usage

With Code

RTPlaceholderTextView * textView = [[RTPlaceholderTextView alloc] init];
textView.placeholderText = @"placholder";
textView.placeholderTextColor = [UIColor redColor];
...

Screenshot

screenshot