SyntaxFix
Write A Post
Hire A Developer
Questions
For Swift 3.1, Swift 4 and Swift 5, if you only want change the font size for a label :
let myLabel : UILabel = ... myLabel.font = myLabel.font.withSize(25)