Skip to content

Instantly share code, notes, and snippets.

@edudnyk
Created July 29, 2019 20:46
Show Gist options
  • Save edudnyk/31d6968af938011e9f85554e4520d3c4 to your computer and use it in GitHub Desktop.
Save edudnyk/31d6968af938011e9f85554e4520d3c4 to your computer and use it in GitHub Desktop.
let foregroundColorKey = NSAttributedString.Key.foregroundColor.rawValue
let rangeString = NSStringFromRange(NSRange(location:0, length: attributedText.length))
let keyPath = "\(foregroundColorKey).\(rangeString).r"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment