iOSアプリでUILabelのフォントサイズを変更する方法 フォントサイズを直接指定する方法:yourLabel.font = UIFont.systemFont(ofSize: 20) // フォントサイズを20に設定>>More