Advertisement
Guest User

Untitled

a guest
May 30th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. self.tvSearch.backgroundColor = UIColor.redColor()
  2. let style = NSMutableParagraphStyle()
  3. style.lineSpacing = 100
  4. let attributes = [NSParagraphStyleAttributeName : style]
  5. self.tvSearch.attributedText = NSAttributedString(string: self.tvSearch.text, attributes:attributes)`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement