Skip to content

Instantly share code, notes, and snippets.

@andrehsouza
Created March 19, 2019 20:02
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 andrehsouza/9c6b0fcf9b15a663d4c37f6dd627a756 to your computer and use it in GitHub Desktop.
Save andrehsouza/9c6b0fcf9b15a663d4c37f6dd627a756 to your computer and use it in GitHub Desktop.
// UILabel
label.font = .preferredFont(forTextStyle: .headline)
label.adjustsFontForContentSizeCategory = true
// UIImageView
imageView.adjustsImageSizeForAccessibilityContentSizeCategory = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment