UITextView
with a placeholder
property
Setup: How to add a Git submodule to your Xcode project
Usage:
let frame = CGRect(x: 20, y: 100, width: 280, height: 40)
let placeholderTextView = PlaceholderTextView(frame: frame)
placeholderTextView.placeholder = "Message"
view.addSubview(placeholderTextView)
Released under the Unlicense.