Skip to content

Instantly share code, notes, and snippets.

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

  • Save AppleCEO/9384ed5d1e04dc8a01bba66066f99690 to your computer and use it in GitHub Desktop.

Select an option

Save AppleCEO/9384ed5d1e04dc8a01bba66066f99690 to your computer and use it in GitHub Desktop.
50% opacity background
attributedString.addAttribute(NSAttributedString.Key.backgroundColor, value: UIColor.black.withAlphaComponent(0.5), range: NSRange(location: 5, length: 4))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment