GCPlaceholderTextView
GCPlaceholderTextView copied to clipboard
A subclass of UITextView that allow a placeholder
I tried to use the NSNotificationTextViewDidChange ,if the text is equal to @"" or is nil, I will set the text to placeholder.But that does't work. the placeholder become the...
So that we can edit and live preview GCPlaceholderTextView Property in the storyboard :) 
Greetings! Is it possible to specify a different font for the placeholder? Would you like a PR for this? What should the API be?
Fixed this issue: https://github.com/gcamp/GCPlaceholderTextView/issues/20
If someone enter the same placeholder text in the text view, it is removed when beginEditing is called which is not an expected result.
Signed-off-by: Darren Ehlers [email protected]
Please update cocoapod's version. There is a critical bug, so have to update latest version of GCPlaceholderTextView I love this pods. Nice job! and Thanks
I have made some changes. First, I've refactored code to modern ObjC. Second, I've fixed issue #20. Third, I've fixed DoubleNode's PodSpec.
@gcamp Can you add a condition if character length is 0 then it should show Place Holder with blinking cursor.
I have been using this for placeholder text but I'm now using a custom `NSTextContainer` with one of my `UITextView`s and the placeholder becomes real text.