Skip to content

Instantly share code, notes, and snippets.

@sssbohdan
Created May 3, 2018 13:24
Show Gist options
  • Save sssbohdan/f404eecb740e08b54f95ecb1c28ffb19 to your computer and use it in GitHub Desktop.
Save sssbohdan/f404eecb740e08b54f95ecb1c28ffb19 to your computer and use it in GitHub Desktop.
for family in UIFont.familyNames {
print("\(family)")
for name in UIFont.fontNames(forFamilyName: family) {
print(" \(name)")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment