Skip to content

Instantly share code, notes, and snippets.

@yfujiki
Created February 10, 2019 23:26
Show Gist options
  • Save yfujiki/5ea7de92b515995ed80129b88f776077 to your computer and use it in GitHub Desktop.
Save yfujiki/5ea7de92b515995ed80129b88f776077 to your computer and use it in GitHub Desktop.
Calling substituteFontName
class AppDelegate: UIResponder, UIApplicationDelegate {
...
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions:
[UIApplication.LaunchOptionsKey: Any]?) -> Bool {
...
UILabel.appearance().substituteFontName = "Gills Sans"
...
return true
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment