RTPlaceholderTextView

March 13, 2014 ยท View on GitHub

A UITextView with placeholder supported

Features

  • placeholder text and custom placehoder color
  • iOS 7 compitible

Usage

With IB

usage

With Code

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

Screenshot

screenshot