Guest User

Untitled

a guest
May 27th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. // Iterate through all font families and print names ✌🏻
  2. UIFont.familyNames.flatMap { UIFont.fontNames(forFamilyName: $0) }
  3. .forEach { print("Font: \($0)") }
Add Comment
Please, Sign In to add comment