https://github.com/gcamp/GCPlaceholderTextView
A subclass of UITextView that allow a placeholder
https://github.com/gcamp/GCPlaceholderTextView
Last synced: 11 days 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T09:06:25.000Z (about 9 years ago)
- Last Synced: 2025-03-30T01:12:57.334Z (17 days ago)
- Language: Objective-C
- Homepage: gcamp.ca
- Size: 324 KB
- Stars: 289
- Watchers: 18
- Forks: 86
- 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.