Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created March 16, 2019 03: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 laevandus/2099465582e497d92b133a5d3df7c24f to your computer and use it in GitHub Desktop.
Save laevandus/2099465582e497d92b133a5d3df7c24f to your computer and use it in GitHub Desktop.
var customFont = UIFont(name: "Futura-medium", size: 15)!
customFont = UIFontMetrics.default.scaledFont(for: customFont)
label.adjustsFontForContentSizeCategory = true
label.font = customFont
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment