• Stars
    star
    290
  • Rank 142,981 (Top 3 %)
  • Language
    Objective-C
  • License
    Other
  • Created over 13 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A subclass of UITextView that allow a placeholder

GCPlaceholderTextView

GCPlaceholderTextView is a subclass of UITextView that add a placeholder property.

You use it like a normal UITextView and can set the placeholder at any moment. The placeholder property has the same effect as the UITextField ’s placeholder.

A demo project is included.