GCPlaceholderTextView
GCPlaceholderTextView copied to clipboard
Text is removed if the text is same as the place holder.
If someone enter the same placeholder text in the text view, it is removed when beginEditing is called which is not an expected result.
Fixed this issue in this pull request: https://github.com/gcamp/GCPlaceholderTextView/pull/24