Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. NSAttributedString.Key.foregroundColor // to change color of string
  2. NSAttributedString.Key.font // to change font of string
  3. NSAttributedString.Key.backgroundColor // to change background color of string
  4. NSAttributedString.Key.underlineStyle // underline below text
  5. NSAttributedString.Key.shadow // add shadow over string
  6. NSAttributedString.Key.paragraphStyle // for paragraph style
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement