Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gcamp/GCPlaceholderTextView
- Owner: gcamp
- License: other
- Created: 2011-04-22T16:22:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T09:06:25.000Z (over 8 years ago)
- Last Synced: 2024-10-31T01:02:43.230Z (about 1 month ago)
- Language: Objective-C
- Homepage: gcamp.ca
- Size: 324 KB
- Stars: 290
- Watchers: 18
- Forks: 87
- Open Issues: 10
-
Metadata Files:
- Readme: README.textile
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - GCPlaceholderTextView - A subclass of UITextView that allow a placeholder (etc)
- awesome - GCPlaceholderTextView - A subclass of UITextView that allow a placeholder (etc)
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.