Author
Description
PlaceHolderTextView is a IBDesignable subclass of UITextView with a placeholder behaving like a UITextfield, which means that if no text is present, the placeholder will be showing. This makes it easier to integrate UITextViews in combination of UITextFields where all the elements should have placeholders.
It's written entirely in Swift, and works for iOS 7+