Skip to content

Instantly share code, notes, and snippets.

@mongris
Created March 15, 2018 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mongris/8d32b359a40c640a2caebed9fb97dfeb to your computer and use it in GitHub Desktop.
Save mongris/8d32b359a40c640a2caebed9fb97dfeb to your computer and use it in GitHub Desktop.
List iOS fonts with swift single line
UIFont.familyNames.forEach{ print($0); UIFont.fontNames(forFamilyName: $0).forEach{ print(" ", $0) } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment