Skip to content

kmbang/UITextView-Placeholder

 
 

Repository files navigation

UITextView+Placeholder

CocoaPods

A missing placeholder for UITextView.

Installation

Use CocoaPods.

pod 'UITextView+Placeholder'

Usage

Create UITextView, then set placeholder.

UITextView *textView = [[UITextView alloc] init];
textView.placeholder = @"How are you?";
textView.placeholderColor = [UIColor lightGrayColor]; // optional

Congratulations! You're done.

License

UITextView+Placeholder is under MIT license. See LICENSE for more information.

About

A missing placeholder for UITextView.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 94.9%
  • Ruby 5.1%