Created
June 13, 2019 09:03
-
-
Save AppleCEO/3733b191ebac3e09818037d5e7b14422 to your computer and use it in GitHub Desktop.
background color set
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| descriptionAttributedString.addAttribute(NSAttributedString.Key.backgroundColor, value: UIColor.blue, range: NSRange(location: 0, length: 2)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment