Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gcamp/GCPlaceholderTextView

A subclass of UITextView that allow a placeholder
https://github.com/gcamp/GCPlaceholderTextView

Last synced: about 1 month ago
JSON representation

A subclass of UITextView that allow a placeholder

Awesome Lists containing this project

README

        

h1. 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.