Use custom font
This file contains 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
//self.statusLabel.font = UIFont.UIFont(name: "HelveticaNeueW23forSKY-Reg", size: 17) | |
// Or you can replace it with | |
// You can use it for Labels, TextFields, TextViews ..etc | |
self.statusLabel.font = UIFont.appRegularFontWith(size: 17) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment