Skip to content

Instantly share code, notes, and snippets.

@MadeBugs
Created July 29, 2019 06:29
Show Gist options
  • Save MadeBugs/38a8e67c256bdb7baa47e03061ca8cb2 to your computer and use it in GitHub Desktop.
Save MadeBugs/38a8e67c256bdb7baa47e03061ca8cb2 to your computer and use it in GitHub Desktop.
textView设置placeholder
//要先添加到view上,不然不显示,
TextView.addSubview(label)
TextView.setValue(label, forKey: "_placeholderLabel")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment