SyntaxFix
Write A Post
Hire A Developer
Questions
In swift3, suppose your UILable name is myLable and you want to change its font size do this
myLable.font = UIFont.systemFont(ofSize: 10)