Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. let textboldFont = [NSFontAttributeName:UIFont(name: "ProximaNova-Bold", size: 15.0)]
  2. let textregularFont = [NSFontAttributeName:UIFont(name: "ProximaNova-Regular", size: 15.0)]
  3. let para = NSMutableAttributedString()
  4. let attributedstring1 = NSAttributedString(string: dateArray[1] as NSString, attributes:textboldFont)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement