uilabel font size swift

Swift
label.font = label.font.withSize(20)UIFont(name: label.font.fontName, size: 20)

Source

Also in Swift: