Last active
April 15, 2020 09:28
-
-
Save krummler/4a1eb19f7c4ede5841667b65516206fd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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