Skip to content

Instantly share code, notes, and snippets.

@liorazi
Created February 11, 2018 15:37
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 liorazi/44860af71f1799adf981146c8392b34c to your computer and use it in GitHub Desktop.
Save liorazi/44860af71f1799adf981146c8392b34c to your computer and use it in GitHub Desktop.
Set System Font To Have Monospaced Digits
myLabel.font = UIFont.monospacedDigitSystemFont(ofSize: 42.0, weight: UIFontWeightMedium)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment