Skip to content

rickytan/RTPlaceholderTextView

Repository files navigation

RTPlaceholderTextView

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

About

A UITextView with placeholder supported

Resources

License

Stars

Watchers

Forks

Packages

No packages published