Skip to content

acani/PlaceholderTextView

Repository files navigation

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.

About

UITextView with a placeholder property

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages