Skip to content

Instantly share code, notes, and snippets.

@pingzh
Last active May 27, 2016 02:33
Show Gist options
  • Save pingzh/99eebf6d1b421e9e4ac4 to your computer and use it in GitHub Desktop.
Save pingzh/99eebf6d1b421e9e4ac4 to your computer and use it in GitHub Desktop.
let attributeString: NSMutableAttributedString = NSMutableAttributedString(string: deal.value)
attributeString.addAttribute(NSStrikethroughStyleAttributeName, value: 1, range: NSMakeRange(0, attributeString.length))
value.attributedText = attributeString
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment