Guest User

Untitled

a guest
Oct 21st, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. let underlineAttribute = [NSAttributedStringKey.underlineStyle: NSUnderlineStyle.styleSingle.rawValue]
  2. let underlineAttributedString = NSAttributedString(string: "(nearSavings[indexPath.row]) ,-", attributes: underlineAttribute)
  3. cell.detailTextLabel?.attributedText = underlineAttributedString
Add Comment
Please, Sign In to add comment