GCPlaceholderTextView icon indicating copy to clipboard operation
GCPlaceholderTextView copied to clipboard

A subclass of UITextView that allow a placeholder

Results 10 GCPlaceholderTextView issues
Sort by recently updated
recently updated
newest added

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 :) ![storyboardproperty](https://cloud.githubusercontent.com/assets/12770259/13903616/fcfc97e4-eebd-11e5-96bb-e0a177b3880a.png)

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.