rickytan / RTPlaceholderTextView

A UITextView with placeholder supported

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Objective-C 92.6%Language:Ruby 7.4%