Created
May 21, 2015 21:07
-
-
Save anvarazizov/6007e456380b25540efe to your computer and use it in GitHub Desktop.
How to see all fonts in iOS application
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NSLog (@"Font families: %@", [UIFont familyNames]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment