Skip to content

Instantly share code, notes, and snippets.

@krummler
Last active April 15, 2020 09:28
Show Gist options
  • Save krummler/4a1eb19f7c4ede5841667b65516206fd to your computer and use it in GitHub Desktop.
Save krummler/4a1eb19f7c4ede5841667b65516206fd to your computer and use it in GitHub Desktop.
let font = UIFont(name: "Cochin", size: 16)!
let scaledFont = UIFontMetrics(forTextStyle: .body).scaledFont(for: font)
label.font = scaledFont
label.adjustsFontForContentSizeCategory = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment