Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Created June 13, 2019 09:01
Show Gist options
  • Select an option

  • Save AppleCEO/78153680b6bdc1d03e5388e28c7af58f to your computer and use it in GitHub Desktop.

Select an option

Save AppleCEO/78153680b6bdc1d03e5388e28c7af58f to your computer and use it in GitHub Desktop.
label foregroundColor change
descriptionAttributedString.addAttribute(NSAttributedString.Key.foregroundColor, value: UIColor.white, range: NSRange(location: 0, length: 2))
descriptionAttributedString.addAttribute(NSAttributedString.Key.foregroundColor, value: UIColor.red, range: NSRange(location: 3, length: 2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment