Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 457 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 457 Bytes

PlaceholderTextView

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.