Skip to content

Instantly share code, notes, and snippets.

@EfraimB
Last active December 20, 2017 14:30
Show Gist options
  • Save EfraimB/2e638c1f3905884b90f09bc7dcec5edf to your computer and use it in GitHub Desktop.
Save EfraimB/2e638c1f3905884b90f09bc7dcec5edf to your computer and use it in GitHub Desktop.
override func viewDidLoad() {
super.viewDidLoad()
label.attributedText = label.attributedText?.replacing(placeholder: "<first>", with: "Don't")
.replacing(placeholder: "<last>", with: "anymore.")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment